Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Jan 17, 2025
1 parent c36e3da commit a2900a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ export class GDBDebugSession extends LoggingDebugSession {
}

if (!isLoaded && !loadFiles && this.args.executable) {
this.args.loadFiles = [ this.args.executable ];
this.args.loadFiles = [this.args.executable];
}
const ret = this.miDebugger.start(this.args.cwd, this.gdbInitCommands);
return ret;
Expand Down

0 comments on commit a2900a4

Please sign in to comment.