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

Commit ee1bce3

Browse files
committed
One more consistency fix.
1 parent 1fa8049 commit ee1bce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

top.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function main() {
7575
var coordinatorAddress = program.args[0];
7676

7777
if (!coordinatorAddress) {
78-
console.error('hostport or bootstrapfile is required');
78+
console.error('Error: hostport or bootstrapfile is required');
7979
process.exit(1);
8080
}
8181

0 commit comments

Comments
 (0)