You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if gulp.run would return a promise if not passed a callback. It's easy enough to use util.promisify(gulp.run('')) but it would be a nice native feature