normalise module name paths
This commit is contained in:
parent
8f64fe2332
commit
0d45a8975c
@ -161,6 +161,9 @@ DefaultFormatter.prototype.getModuleName = function () {
|
||||
|
||||
moduleName += filenameRelative;
|
||||
|
||||
// normalise path separators
|
||||
moduleName = moduleName.replace(/\\/g, "/");
|
||||
|
||||
return moduleName;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user