We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It'd be great a call to process.exit(1) was removed to make it possible to use the module via require()
process.exit(1)
require()
node-elm-compiler/index.js
Lines 96 to 105 in 40c832b
There is another occurrence of this method, but the line is never reached:
Lines 69 to 78 in 40c832b
The text was updated successfully, but these errors were encountered:
Throw instead of warning.
fbb37d4
Fixes #68
No branches or pull requests
It'd be great a call to
process.exit(1)
was removed to make it possible to use the module viarequire()
node-elm-compiler/index.js
Lines 96 to 105 in 40c832b
There is another occurrence of this method, but the line is never reached:
node-elm-compiler/index.js
Lines 69 to 78 in 40c832b
The text was updated successfully, but these errors were encountered: