Skip to content

Commit

Permalink
Change log: args.runtime to runtime (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Feb 23, 2025
1 parent 2668a2a commit 74765fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugger/debugDispatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class DebugDispatcher extends EventEmitter {
? ConfigKey.interpreterPathV2
: ConfigKey.interpreterPathV1;
const runtime = Global.getConfig<string>(interpreterPathKey);
Out.debug(`DebugDispatcher.start#args.runtime`);
Out.debug(`DebugDispatcher.start#runtime`);
Out.debug(`\t${runtime}`);
if (!existsSync(runtime)) {
// Exact text is referenced in changelog, update changelog when updating this value
Expand Down

0 comments on commit 74765fe

Please sign in to comment.