We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac5ba0 commit 110fdaeCopy full SHA for 110fdae
lib/helpers/hydrater.js
@@ -64,11 +64,11 @@ module.exports = function(hydraterFunction, childs) {
64
cb(err, changes);
65
}
66
if(stdout !== "") {
67
- loggingTask.std = "out"
+ loggingTask.std = "out";
68
log.info(loggingTask, stdout);
69
70
if(stderr !== "") {
71
- loggingTask.std = "err"
+ loggingTask.std = "err";
72
log.info(loggingTask, stderr);
73
74
clearTimeout(timeout);
0 commit comments