Skip to content

Commit 40f4256

Browse files
committed
Don't use arrow functions
1 parent b8425d5 commit 40f4256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testSelenium.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function isPortOpen(port) {
3434
resolve(true);
3535
});
3636

37-
socket.on('error', () => {
37+
socket.on('error', function() {
3838
resolve(false);
3939
});
4040

0 commit comments

Comments
 (0)