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