Skip to content

Commit

Permalink
tweak to fix prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiscode committed Dec 20, 2024
1 parent 86709cd commit 8864ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel/src/tree/kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export class Kernel implements IKernel {
zlib: await import('node:zlib')
}

polyfills.tty.isatty = () => true
// polyfills.tty.isatty = () => true
globalThis.module = { exports: {} } as NodeModule

globalThis.requiremap = new Map()
Expand Down

0 comments on commit 8864ba4

Please sign in to comment.