mirror of
https://gitee.com/BDWare/common
synced 2025-04-27 14:32:18 +00:00
fix import node bugs
This commit is contained in:
parent
7bb99d3da9
commit
9c77aed029
@ -15,7 +15,7 @@ public class ImportNode {
|
|||||||
|
|
||||||
public String getPath() {
|
public String getPath() {
|
||||||
if (path.startsWith("@"))
|
if (path.startsWith("@"))
|
||||||
path.replaceAll("@", "/.depyjs/");
|
return path.replaceAll("@", "/.depyjs/");
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user