We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726a353 commit 905e951Copy full SHA for 905e951
core/kernel/src/tree/kernel.ts
@@ -289,7 +289,7 @@ export class Kernel implements IKernel {
289
zlib: await import('node:zlib')
290
}
291
292
- if (polyfills.tty) polyfills.tty.isatty = () => true
+ // if (polyfills.tty) polyfills.tty.isatty = () => true
293
globalThis.module = { exports: {} } as NodeModule
294
295
globalThis.requiremap = new Map()
0 commit comments