Skip to content

Commit 0cf8a98

Browse files
committed
updated graphs to new webpack-graph version
1 parent d51f658 commit 0cf8a98

File tree

13 files changed

+80
-90
lines changed

13 files changed

+80
-90
lines changed

examples/buildAll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for(var i = cmds.length-1; i >= 0; i--) {
2525
console.log(cmd);
2626
cp.exec(cmd, function(error, stdout, stderr) {
2727
if(error) console.error(error);
28-
else if(stderr) console.error(stderr);
28+
else if(stderr) console.error(stderr), next();
2929
else next();
3030
});
3131
}
Lines changed: 9 additions & 9 deletions
Loading

0 commit comments

Comments
 (0)