fis-command-install
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -201,3 +201,3 @@ /* | ||
if (!components.length) { | ||
console.log('Aready installed'); | ||
console.log('Already installed'); | ||
return; | ||
@@ -204,0 +204,0 @@ } |
@@ -31,2 +31,6 @@ var lastInstance; | ||
SimpleTick.prototype.tick = function() { | ||
if (this._cleared) { | ||
return; | ||
} | ||
this.render(); | ||
@@ -43,5 +47,6 @@ this.count++; | ||
clearTimeout(this.timer); | ||
this._cleared = true; | ||
lastInstance = null; | ||
this.stream.clearLine(); | ||
this.stream.cursorTo(0); | ||
} | ||
} |
{ | ||
"name": "fis-command-install", | ||
"description": "fis install command.", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"author": "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "http://fis.baidu.com/", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45271
1032