1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/bin
Tim Oxley 5595232f58 next init: Exit non-zero when refusing to run in 'pages' dir. (#156)
Should only exit `0` if the command was successful. The command refusing to execute should be considered a failure.

Also, this condition can be detected synchronously, no need to wait on the async existence check.
2016-10-30 15:03:05 +09:00
..
next refactor paths 2016-10-19 21:58:08 +09:00
next-build Using process.exit instead of exit 2016-10-25 16:03:24 +01:00
next-dev It was process.exit 2016-10-25 16:01:36 +01:00
next-init next init: Exit non-zero when refusing to run in 'pages' dir. (#156) 2016-10-30 15:03:05 +09:00
next-start Using process.exit instead of exit 2016-10-25 16:03:24 +01:00