We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4f87a commit b58a2aaCopy full SHA for b58a2aa
lib/internal/errors.js
@@ -215,7 +215,7 @@ E('ERR_IPC_SYNC_FORK', 'IPC cannot be used with synchronous forks');
215
E('ERR_MISSING_ARGS', missingArgs);
216
E('ERR_MISSING_MODULE', 'Cannot find module %s');
217
E('ERR_MODULE_RESOLUTION_LEGACY', '%s not found by import in %s.' +
218
- 'Legacy behavior in require would have found it at %s');
+ ' Legacy behavior in require() would have found it at %s');
219
E('ERR_NAPI_CONS_FUNCTION', 'Constructor must be a function');
220
E('ERR_NAPI_CONS_PROTOTYPE_OBJECT', 'Constructor.prototype must be an object');
221
E('ERR_NO_CRYPTO', 'Node.js is not compiled with OpenSSL crypto support');
0 commit comments