Skip to content

Commit 83ccf1d

Browse files
committed
bugfix
1 parent 00c06c3 commit 83ccf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/setupCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function setupCommands(context: ExtensionContext) {
5353
path = `& "${path}"`;
5454
}
5555

56-
let cmd = `${path} --sketch="${dirname(resource.fsPath)}" --run`;
56+
let cmd = `${path} cli --sketch="${dirname(resource.fsPath)}" --run`;
5757
if (process.platform === "win32") {
5858
// on windows we need to pipe stderr to stdout and convert to string
5959
cmd += `2>&1 | Out-String`;

0 commit comments

Comments
 (0)