Skip to content

Commit 7f05bed

Browse files
author
test2
committed
testing test fixes
1 parent 6474463 commit 7f05bed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/shell.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ export const ShellUtils = {
139139
const output: string[] = [];
140140

141141
console.log('Shell', shell);
142-
throw new Error(`Shell ${shell}`);
143142

144143
await new Promise<void>((resolve, reject) => {
145144
const mPty = pty.spawn(shell, ['-i', '-c', `echo '${SENTINEL}'`], {

0 commit comments

Comments
 (0)