Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit e76fbe4

Browse files
author
Ilya Radchenko
committed
Fix typo
1 parent 005b6eb commit e76fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function run(opts) {
5454
});
5555
}
5656
else {
57-
console.error('Login error', error, res);
57+
console.error('Login error', err, res);
5858
process.exit(1);
5959
}
6060
});

0 commit comments

Comments
 (0)