Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Aug 28, 2022
1 parent ae9d388 commit 95d3d3e
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 @@ -517,7 +517,7 @@ export class GDBDebugSession extends LoggingDebugSession {
initMatch = new RegExp(this.args.overrideGDBServerStartedRegex, 'i');
}
if (consolePort === undefined) {
this.launchErrorResponse(response, 107,'GDB Server Console tcp port is undefined.');
this.launchErrorResponse(response, 107, 'GDB Server Console tcp port is undefined.');
return doResolve();
}
}
Expand Down

0 comments on commit 95d3d3e

Please sign in to comment.