Skip to content

Commit 95d3d3e

Browse files
committed
lint error
1 parent ae9d388 commit 95d3d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gdb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ export class GDBDebugSession extends LoggingDebugSession {
517517
initMatch = new RegExp(this.args.overrideGDBServerStartedRegex, 'i');
518518
}
519519
if (consolePort === undefined) {
520-
this.launchErrorResponse(response, 107,'GDB Server Console tcp port is undefined.');
520+
this.launchErrorResponse(response, 107, 'GDB Server Console tcp port is undefined.');
521521
return doResolve();
522522
}
523523
}

0 commit comments

Comments
 (0)