mirror of
https://gitee.com/BDWare/common
synced 2026-01-15 18:09:28 +00:00
add a space to look the same
This commit is contained in:
@@ -16,7 +16,7 @@ public class ImportNode {
|
||||
public String getPath() {
|
||||
if (path.startsWith("@"))
|
||||
return path.replaceAll("@", "/.depyjs/");
|
||||
if(!path.startsWith("/"))
|
||||
if (!path.startsWith("/"))
|
||||
return "/" + path;
|
||||
return path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user