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 e7abde4 commit 0d98fe6Copy full SHA for 0d98fe6
lib/internal/per_context.js
@@ -4,7 +4,7 @@
4
5
(function(global) {
6
// https://github.com/nodejs/node/issues/14909
7
- delete global.Intl.v8BreakIterator;
+ if (global.Intl) delete global.Intl.v8BreakIterator;
8
9
// https://github.com/nodejs/node/issues/21219
10
// Adds Atomics.notify and warns on first usage of Atomics.wake
0 commit comments