now clearing correctly

This commit is contained in:
2016-06-10 05:59:21 +02:00
parent 9829c7bb1e
commit fc7d7fd27f
4 changed files with 25 additions and 30 deletions

View File

@@ -31,11 +31,6 @@ export let start = function(moduleNameArg:string = "",loaderLengthArg:string = "
export let stop = function(){
if(doAnimation){
earlyChild.kill();
let rl = readline.createInterface({
input: process.stdin,
output: process.stdout
});
rl.close();
}
};