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 8ad35d8 commit 4faf476Copy full SHA for 4faf476
1 file changed
lib/internal/errors.js
@@ -1640,7 +1640,7 @@ E('ERR_NO_CRYPTO',
1640
E('ERR_NO_ICU',
1641
'%s is not supported on Node.js compiled without ICU', TypeError);
1642
E('ERR_NO_TEMPORAL',
1643
- 'Node.js is not compiled with Temporal support', Error);
+ 'Temporal is not supported in this environment', Error);
1644
E('ERR_NO_TYPESCRIPT',
1645
'Node.js is not compiled with TypeScript support', Error);
1646
E('ERR_OPERATION_FAILED', 'Operation failed: %s', Error, TypeError);
0 commit comments