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.
2 parents d6114a7 + ffdb754 commit 0284e1bCopy full SHA for 0284e1b
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