.coffee -> .js
This commit is contained in:
parent
1c9fe8d23e
commit
daea448b61
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ const Module = require('module')
|
|||
// Clear Node's global search paths.
|
||||
Module.globalPaths.length = 0
|
||||
|
||||
// Clear current and parent(init.coffee)'s search paths.
|
||||
// Clear current and parent(init.js)'s search paths.
|
||||
module.paths = []
|
||||
|
||||
module.parent.paths = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue