This commit is contained in:
Philipp Kunz 2016-06-22 11:54:12 +02:00
parent 86b4cf4cc3
commit 0889423a24

View File

@ -28,7 +28,7 @@ export class Smartcli {
done.reject(this.argv); done.reject(this.argv);
} }
}); });
return done.promsise; return done.promise;
}; };
getCommandPromise(commandNameArg){ getCommandPromise(commandNameArg){
//TODO //TODO