Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "cli-task", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"repository": "https://github.com/astoilkov/cli-task", | ||
@@ -5,0 +5,0 @@ "description": "Task runner for developers minimalists", |
@@ -47,8 +47,6 @@ "use strict"; | ||
}; | ||
if (this.options.print) { | ||
this.update(); | ||
cliCursor.hide(); | ||
this.intervalId = setInterval(() => this.update(), 60); | ||
this.intervalId.unref(); | ||
} | ||
this.update(); | ||
cliCursor.hide(); | ||
this.intervalId = setInterval(() => this.update(), 60); | ||
this.intervalId.unref(); | ||
} | ||
@@ -55,0 +53,0 @@ update() { |
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
20358
546