We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc5b53 commit a7f3dddCopy full SHA for a7f3ddd
src/debugger/launch/EmmyLaunchDebugSession.ts
@@ -74,7 +74,7 @@ export class EmmyLaunchDebugSession extends EmmyDebugSession {
74
const args = [
75
'emmy_tool.exe',
76
'arch_file',
77
- `${this.program}`
+ `\"${this.program}\"`
78
];
79
return new Promise<WinArch>((r, c) => {
80
cp.exec(args.join(" "), { cwd: cwd })
0 commit comments