We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374066b commit ffdb754Copy full SHA for ffdb754
src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
@@ -1245,7 +1245,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
1245
return;
1246
}
1247
const command = commands[commands.length - 1];
1248
- if (!command?.hasOutput) {
+ if (!command?.hasOutput()) {
1249
1250
1251
const output = command.getOutput();
0 commit comments