Skip to content

Commit 74765fe

Browse files
authored
Change log: args.runtime to runtime (#613)
1 parent 2668a2a commit 74765fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debugger/debugDispatcher.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class DebugDispatcher extends EventEmitter {
4040
? ConfigKey.interpreterPathV2
4141
: ConfigKey.interpreterPathV1;
4242
const runtime = Global.getConfig<string>(interpreterPathKey);
43-
Out.debug(`DebugDispatcher.start#args.runtime`);
43+
Out.debug(`DebugDispatcher.start#runtime`);
4444
Out.debug(`\t${runtime}`);
4545
if (!existsSync(runtime)) {
4646
// Exact text is referenced in changelog, update changelog when updating this value

0 commit comments

Comments
 (0)