Skip to content

Commit 110fdae

Browse files
committed
Dumbass
1 parent 3ac5ba0 commit 110fdae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/helpers/hydrater.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ module.exports = function(hydraterFunction, childs) {
6464
cb(err, changes);
6565
}
6666
if(stdout !== "") {
67-
loggingTask.std = "out"
67+
loggingTask.std = "out";
6868
log.info(loggingTask, stdout);
6969
}
7070
if(stderr !== "") {
71-
loggingTask.std = "err"
71+
loggingTask.std = "err";
7272
log.info(loggingTask, stderr);
7373
}
7474
clearTimeout(timeout);

0 commit comments

Comments
 (0)