update debug build
This commit is contained in:
@@ -7,7 +7,7 @@ exports.PathNormalizer = void 0;
|
||||
const path_1 = __importDefault(require("path"));
|
||||
class PathNormalizer {
|
||||
static normalizePath(pathString) {
|
||||
return path_1.default.resolve(pathString).split(path_1.default.sep).join("/");
|
||||
return pathString.split(path_1.default.sep).join("/");
|
||||
}
|
||||
}
|
||||
exports.PathNormalizer = PathNormalizer;
|
||||
|
||||
Reference in New Issue
Block a user