mirror of
https://gitee.com/BDWare/common
synced 2025-04-27 22:42:19 +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() {
|
||||
if (path.startsWith("@"))
|
||||
path.replaceAll("@", "/.depyjs/");
|
||||
return path.replaceAll("@", "/.depyjs/");
|
||||
return path;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user