I'm stupid

This commit is contained in:
overflowerror 2014-08-16 22:40:05 +02:00
parent c08586161a
commit 72deef7390

View file

@ -16,6 +16,7 @@ Cd.prototype.main = function(args) {
if (result.error) {
this.output("\033[31m" + args[0] + ": " + result.error + "\033[0m\n");
this.exit(1);
return;
}
shell.directory = result.path;