Skip to content

Commit

Permalink
patch: update devtools html path
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 5, 2022
1 parent c360034 commit 2030e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/devtools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import net from "net"
import fs from "fs"
import { CmdOptions, debug, error, log } from "./command"

const dasboardPath = "editors/devicescript"
const dasboardPath = "tools/devicescript-devtools"

function fetchProxy(localhost: boolean): Promise<string> {
const protocol = localhost ? http : https
Expand Down

0 comments on commit 2030e12

Please sign in to comment.