opt(dev_plugin): add require path to remote script; optimize saved remote script's name
This commit is contained in:
@@ -349,6 +349,7 @@ public class PFiles {
|
||||
}
|
||||
|
||||
public static String getName(String filePath) {
|
||||
filePath = filePath.replace('\\', '/');
|
||||
return new File(filePath).getName();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user