Skip to content

Commit 59c18a4

Browse files
committed
Execution oncancel callback
Part of microsoft#44745
1 parent a057f3d commit 59c18a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/vs/workbench/parts/execution/electron-browser

src/vs/workbench/parts/execution/electron-browser/terminal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function getDefaultTerminalLinuxReady(): TPromise<string> {
3232
}
3333

3434
c('xterm');
35-
});
35+
}, () => { });
3636
}
3737
return _DEFAULT_TERMINAL_LINUX_READY;
3838
}

0 commit comments

Comments
 (0)