mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
mdiff: Add missing exit for --help.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
9c6e261861
commit
da749d1c94
@@ -141,6 +141,7 @@ if (require.main === module) {
|
||||
"\n" +
|
||||
"Where string_0 and string_1 are the strings to be diffed",
|
||||
);
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
const output = diff_strings(argv._[0], argv._[1]);
|
||||
|
||||
Reference in New Issue
Block a user