Skip to content

Commit

Permalink
Fix build for Node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Jan 31, 2018
1 parent 85a1923 commit a617281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -35,7 +35,7 @@ function cleanNodeScripts() {
return del(NODE_DEST);
}

function compileNodeScripts(justLogErrors = false) {
function compileNodeScripts(justLogErrors) {
return function compileNodeScripts() {
const babel = require('gulp-babel');
const plumber = require('gulp-plumber');
Expand Down

0 comments on commit a617281

Please sign in to comment.