diff --git a/src/config/load.ts b/src/config/load.ts index 9f4e2151f..fea89b989 100644 --- a/src/config/load.ts +++ b/src/config/load.ts @@ -53,5 +53,5 @@ function normalizeUrl(url: string) { function urlError(url: string) { console.error(`「${url}」は、正しいURLではありません。先頭に http:// または https:// をつけ忘れてないかなど確認してください。`); - process.exit(); + process.exit(99); }