Remove extra newlines around comments
This commit is contained in:
parent
990dc30e8d
commit
030d2a843c
40 changed files with 103 additions and 425 deletions
|
@ -4,21 +4,15 @@ path = require('path');
|
|||
|
||||
Module = require('module');
|
||||
|
||||
|
||||
// Clear Node's global search paths.
|
||||
|
||||
Module.globalPaths.length = 0;
|
||||
|
||||
|
||||
// Clear current and parent(init.coffee)'s search paths.
|
||||
|
||||
module.paths = [];
|
||||
|
||||
module.parent.paths = [];
|
||||
|
||||
|
||||
// Prevent Node from adding paths outside this app to search paths.
|
||||
|
||||
Module._nodeModulePaths = function(from) {
|
||||
var dir, i, part, parts, paths, skipOutsidePaths, splitRe, tip;
|
||||
from = path.resolve(from);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue