This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch FLAGON-407
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
The following commit(s) were added to refs/heads/FLAGON-407 by this push:
new 2f9416b [FLAGON-407] found missing semi-colon in vars
2f9416b is described below
commit 2f9416b839ea889eb4ac080adf6e26d2fe1bec1a
Author: poorejc <[email protected]>
AuthorDate: Fri Jun 14 21:40:48 2019 -0400
[FLAGON-407] found missing semi-colon in vars
---
gulpfile.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gulpfile.js b/gulpfile.js
index 7199fe6..9c1b0a5 100755
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -18,7 +18,7 @@ var composer = require('gulp-uglify/composer');
var gulp = require('gulp');
var del = require('del');
var eslint = require('gulp-eslint');
-var log = require('gulplog')
+var log = require('gulplog');
var rollup = require('rollup').rollup;
var json = require('rollup-plugin-json');
var uglify = require('gulp-uglify');