Skip to content

Commit 07b3099

Browse files
committed
Error in refactor
1 parent 0e685f0 commit 07b3099

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
@@ -787,7 +787,7 @@ export class GDBDebugSession extends LoggingDebugSession {
787787
}
788788
});
789789
}, (error) => {
790-
clearTimers
790+
clearTimers();
791791
this.sendEvent(new TelemetryEvent(
792792
'Error',
793793
'Launching Server',

0 commit comments

Comments
 (0)