Skip to content
Snippets Groups Projects
Unverified Commit fcc59f87 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Merge pull request #1582 from saper/exit-on-config-error

Stop webpack on URL error, otherwise gulp continues
parents 3d19d4ae 87ef08cf
No related branches found
No related tags found
No related merge requests found
......@@ -53,5 +53,5 @@ function normalizeUrl(url: string) {
function urlError(url: string) {
console.error(`「${url}」は、正しいURLではありません。先頭に http:// または https:// をつけ忘れてないかなど確認してください。`);
process.exit();
process.exit(99);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment