fix
This commit is contained in:
		@@ -34,10 +34,10 @@ export let stop = function(){
 | 
			
		||||
    if(doAnimation){
 | 
			
		||||
        earlyChild.kill();
 | 
			
		||||
        earlyChild.on("close",function(){
 | 
			
		||||
            console.log("\n");
 | 
			
		||||
            done.resolve();
 | 
			
		||||
        })
 | 
			
		||||
    } else {
 | 
			
		||||
        console.log("\n");
 | 
			
		||||
        done.resolve();
 | 
			
		||||
    }
 | 
			
		||||
    return done.promise;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user