Skip to content
New issue

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

0.19 tests #2

Merged
merged 4 commits into from
Aug 29, 2018
Merged

0.19 tests #2

merged 4 commits into from
Aug 29, 2018

Conversation

halfzebra
Copy link

Hi @xtian! I've been looking into node-elm-compiler recently, so I've thought it would make sense to fix tests.

Please let me know what you think!

alreadyCompiledFiles.push(resourcePath);
callback(null, output.result);
} else {
if (typeof output.error === 'string') {
output.error = new Error(output.error);
}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is a good idea, @eeue56 please let us know what you think.

I'm not sure if it has to be addressed in node-elm-compiler 😕

@xtian xtian merged commit 1e6cb02 into xtian:0.19 Aug 29, 2018
@halfzebra halfzebra deleted the 0.19-tests branch August 29, 2018 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants