We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b96de commit 697c887Copy full SHA for 697c887
bin/replClient.ts
@@ -12,7 +12,7 @@ const main = () => {
12
} else if (argv.length === 3) {
13
port = argv[2];
14
} else {
15
- throw new Error();
+ throw new Error("The command is supposed to be used as: yarn remote [server address] [REPL port]");
16
}
17
18
const sock = connect(port, host);
0 commit comments