mirror of https://github.com/lukechilds/node.git
Browse Source
A recent optimization of module loading performance [1] forgot to check that
extensions were set in a certain code path.
[1] ae18bbef48
Fixes: https://github.com/nodejs/node/issues/6214
PR-URL: https://github.com/nodejs/node/pull/6215
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
process-exit-stdio-flushing
Michaël Zasso
9 years ago
committed by
James M Snell
4 changed files with 24 additions and 6 deletions
@ -0,0 +1,3 @@ |
|||||
|
{ |
||||
|
"main": "doesnotexist" |
||||
|
} |
@ -0,0 +1 @@ |
|||||
|
require('module1/'); |
Loading…
Reference in new issue