Skip to content

Commit 6474463

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/utils/shell.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ export const ShellUtils = {
138138
const shell = ShellUtils.getDefaultShell();
139139
const output: string[] = [];
140140

141+
console.log('Shell', shell);
142+
throw new Error(`Shell ${shell}`);
143+
141144
await new Promise<void>((resolve, reject) => {
142145
const mPty = pty.spawn(shell, ['-i', '-c', `echo '${SENTINEL}'`], {
143146
cols: 80,

0 commit comments

Comments
 (0)