Skip to content

Commit a7f3ddd

Browse files
committed
Fix debug
1 parent 2dc5b53 commit a7f3ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debugger/launch/EmmyLaunchDebugSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class EmmyLaunchDebugSession extends EmmyDebugSession {
7474
const args = [
7575
'emmy_tool.exe',
7676
'arch_file',
77-
`${this.program}`
77+
`\"${this.program}\"`
7878
];
7979
return new Promise<WinArch>((r, c) => {
8080
cp.exec(args.join(" "), { cwd: cwd })

0 commit comments

Comments
 (0)