@juuxstar/gulp-guzzle
Advanced tools
Comparing version
@@ -58,3 +58,3 @@ /** | ||
task._started = new Date(); | ||
if (prettyPrint) { printTasks(); } | ||
if (prettyPrint) printTasks(); | ||
}); | ||
@@ -67,3 +67,3 @@ | ||
task._ended = new Date(); | ||
if (prettyPrint) { printTasks(); } | ||
if (prettyPrint) printTasks(); | ||
}); | ||
@@ -73,3 +73,3 @@ | ||
findGuzzleTask(event.task)._state = State.ERROR; | ||
if (prettyPrint) { printTasks(); } | ||
if (prettyPrint) printTasks(); | ||
}); | ||
@@ -132,3 +132,3 @@ | ||
this._onDoneFunction = callback => { | ||
if (this._runOnce && this._state !== State.NOT_STARTED) { | ||
if (this._runOnce && this._ended) { | ||
return callback(); | ||
@@ -135,0 +135,0 @@ } |
{ | ||
"name": "@juuxstar/gulp-guzzle", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"main": "guzzle.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
9022
-0.38%