Skip to content

Commit 2f08a83

Browse files
author
test2
committed
testing test fixes
1 parent e25aa25 commit 2f08a83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/shell.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export const ShellUtils = {
156156
mPty.onExit(() => {
157157
clearTimeout(timer);
158158
const captured = stripAnsi(output.join('').trim());
159+
console.log('Captured', captured);
159160

160161
const lines = captured
161162
.split('\n')

0 commit comments

Comments
 (0)