mirror of
https://gitee.com/BDWare/common
synced 2026-01-28 16:29:29 +00:00
fix import node bugs
This commit is contained in:
@@ -15,7 +15,7 @@ public class ImportNode {
|
||||
|
||||
public String getPath() {
|
||||
if (path.startsWith("@"))
|
||||
path.replaceAll("@", "/.depyjs/");
|
||||
return path.replaceAll("@", "/.depyjs/");
|
||||
return path;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user