We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2510500 commit 6ccb9feCopy full SHA for 6ccb9fe
lib/internal/errors.js
@@ -241,7 +241,7 @@ E('ERR_METHOD_NOT_IMPLEMENTED', 'The %s method is not implemented');
241
E('ERR_MISSING_ARGS', missingArgs);
242
E('ERR_MISSING_MODULE', 'Cannot find module %s');
243
E('ERR_MODULE_RESOLUTION_LEGACY', '%s not found by import in %s.' +
244
- 'Legacy behavior in require would have found it at %s');
+ ' Legacy behavior in require() would have found it at %s');
245
E('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');
246
E('ERR_NAPI_CONS_FUNCTION', 'Constructor must be a function');
247
E('ERR_NAPI_CONS_PROTOTYPE_OBJECT', 'Constructor.prototype must be an object');
0 commit comments