Skip to content

Commit

Permalink
Log to self.console for the debug message
Browse files Browse the repository at this point in the history
Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Apr 30, 2023
1 parent ebfa74d commit d86cf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/terminal/pseudoterminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export class ConsolePseudoterminal
console.error(error)
return [false]
}
console.debug(error)
self.console.debug(error)
}
}
try {
Expand Down

0 comments on commit d86cf2a

Please sign in to comment.