Skip to content

Commit 643c01c

Browse files
authored
Non verbose env bootstrap in production (#165)
1 parent 776ed1c commit 643c01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/xeus/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class XeusRemoteKernel {
154154
empackEnvMeta,
155155
pkgRootUrl,
156156
Module: globalThis.Module,
157-
verbose: true
157+
verbose: false
158158
});
159159

160160
// Bootstrap Python, if it's xeus-python

0 commit comments

Comments
 (0)