return input when store empty
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
8a1ac03b9f
commit
28f8af3147
|
|
@ -271,6 +271,7 @@ class ObjectiveFS {
|
|||
if (filesystem.includes("://")) {
|
||||
return GeneralUtils.after_string("://");
|
||||
}
|
||||
return filesystem;
|
||||
}
|
||||
|
||||
exec(command, args, options = {}) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue