We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2668a2a commit 74765feCopy full SHA for 74765fe
src/debugger/debugDispatcher.ts
@@ -40,7 +40,7 @@ export class DebugDispatcher extends EventEmitter {
40
? ConfigKey.interpreterPathV2
41
: ConfigKey.interpreterPathV1;
42
const runtime = Global.getConfig<string>(interpreterPathKey);
43
- Out.debug(`DebugDispatcher.start#args.runtime`);
+ Out.debug(`DebugDispatcher.start#runtime`);
44
Out.debug(`\t${runtime}`);
45
if (!existsSync(runtime)) {
46
// Exact text is referenced in changelog, update changelog when updating this value
0 commit comments