mirror of
https://github.com/sigmasternchen/webcli
synced 2025-03-15 06:08:54 +00:00
I'm stupid
This commit is contained in:
parent
c08586161a
commit
72deef7390
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ Cd.prototype.main = function(args) {
|
||||||
if (result.error) {
|
if (result.error) {
|
||||||
this.output("\033[31m" + args[0] + ": " + result.error + "\033[0m\n");
|
this.output("\033[31m" + args[0] + ": " + result.error + "\033[0m\n");
|
||||||
this.exit(1);
|
this.exit(1);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
shell.directory = result.path;
|
shell.directory = result.path;
|
||||||
|
|
Loading…
Reference in a new issue