Skip to content

Commit f770eae

Browse files
committed
change space to tab
1 parent 4fe6145 commit f770eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/NodeStuffPlugin.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ NodeStuffPlugin.prototype.apply = function(compiler) {
9090
var moduleJsPath = path.join(__dirname, "..", "buildin", "module.js");
9191
if(this.state.module.context) {
9292
moduleJsPath = path.relative(this.state.module.context, moduleJsPath);
93-
if(!/^[A-Z]:/i.test(moduleJsPath)) {
94-
moduleJsPath = "./" + moduleJsPath.replace(/\\/g, "/");
95-
}
93+
if(!/^[A-Z]:/i.test(moduleJsPath)) {
94+
moduleJsPath = "./" + moduleJsPath.replace(/\\/g, "/");
95+
}
9696
}
9797
return ModuleParserHelpers.addParsedVariable(this, "module", "require(" + JSON.stringify(moduleJsPath) + ")(module)");
9898
});

0 commit comments

Comments
 (0)