Skip to content

Commit 905e951

Browse files
committed
start rolling back some of the crazy experiments
1 parent 726a353 commit 905e951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/kernel/src/tree/kernel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export class Kernel implements IKernel {
289289
zlib: await import('node:zlib')
290290
}
291291

292-
if (polyfills.tty) polyfills.tty.isatty = () => true
292+
// if (polyfills.tty) polyfills.tty.isatty = () => true
293293
globalThis.module = { exports: {} } as NodeModule
294294

295295
globalThis.requiremap = new Map()

0 commit comments

Comments
 (0)