Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Replaced arrow function with normal function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jones committed May 12, 2016
1 parent d958b8b commit 58f5c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ gulp.task('e2e-serve', function (done) {
})

gulp.task('selenium-start', function (done) {
selenium.install({logger: console.log}, () => {
selenium.install({logger: console.log}, function() {
selenium.start(function () {
done()
})
Expand Down

0 comments on commit 58f5c08

Please sign in to comment.