+ stats.js: public APIs for accessing various system stats. Probably needs a better name

* Fix pause placement. Wait for all views ready before placing cursor such that the prompt will display in the right spot
This commit is contained in:
Bryan Ashby 2015-07-28 22:31:28 -06:00
parent 4a342ba2fa
commit 44a0f87a24
5 changed files with 116 additions and 47 deletions

View file

@ -244,7 +244,7 @@ function getArtFromPath(path, options, cb) {
}
return result;
}
}
if(options.readSauce === true) {
readSAUCE(data, function onSauce(err, sauce) {