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 e98772d commit 87b27c9Copy full SHA for 87b27c9
test/parallel/test-intl.js
@@ -20,14 +20,14 @@ function haveLocale(loc) {
20
}
21
22
if (!haveIntl) {
23
- var erMsg =
+ const erMsg =
24
'"Intl" object is NOT present but v8_enable_i18n_support is ' +
25
enablei18n;
26
assert.equal(enablei18n, false, erMsg);
27
console.log('1..0 # Skipped: Intl tests because Intl object not present.');
28
29
} else {
30
31
'"Intl" object is present but v8_enable_i18n_support is ' +
32
enablei18n +
33
'. Is this test out of date?';
0 commit comments