Skip to content

Commit

Permalink
lib: remove extra espace on cjs loader
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarbol committed Nov 28, 2019
1 parent ea7a6f9 commit 49dc514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/modules/cjs/loader.js
Expand Up @@ -879,7 +879,7 @@ function getExportsForCircularRequire(module) {
// 2. If the module is native: call
// `NativeModule.prototype.compileForPublicLoader()` and return the exports.
// 3. Otherwise, create a new module for the file and save it to the cache.
// Then have it load the file contents before returning its exports
// Then have it load the file contents before returning its exports
// object.
Module._load = function(request, parent, isMain) {
let relResolveCacheIdentifier;
Expand Down

0 comments on commit 49dc514

Please sign in to comment.