Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Oct 4, 2023
1 parent 0e526e8 commit 62335eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/common/application/applicationShell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ApplicationShell implements IApplicationShell {
}
public get onDidWriteTerminalData(): Event<TerminalDataWriteEvent> {
try {
return new EventEmitter<TerminalDataWriteEvent>().event;
return window.onDidWriteTerminalData;
} catch (ex) {
traceError('Failed to get onDidWriteTerminalData', ex);
console.log('Failed to get onDidWriteTerminalData', ex);
Expand Down

0 comments on commit 62335eb

Please sign in to comment.