Skip to content

Commit 4faf476

Browse files
committed
squash: adjust error message
1 parent 8ad35d8 commit 4faf476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/internal/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ E('ERR_NO_CRYPTO',
16401640
E('ERR_NO_ICU',
16411641
'%s is not supported on Node.js compiled without ICU', TypeError);
16421642
E('ERR_NO_TEMPORAL',
1643-
'Node.js is not compiled with Temporal support', Error);
1643+
'Temporal is not supported in this environment', Error);
16441644
E('ERR_NO_TYPESCRIPT',
16451645
'Node.js is not compiled with TypeScript support', Error);
16461646
E('ERR_OPERATION_FAILED', 'Operation failed: %s', Error, TypeError);

0 commit comments

Comments
 (0)