Skip to content

Pr/origin/395#398

Merged
jhnns merged 2 commits intomasterfrom
pr/origin/395
Mar 7, 2017
Merged

Pr/origin/395#398
jhnns merged 2 commits intomasterfrom
pr/origin/395

Conversation

@jhnns
Copy link
Member

@jhnns jhnns commented Mar 7, 2017

Fixes #395

lukeed and others added 2 commits March 6, 2017 16:36
This has been removed accidentally by a previous commit.
@coveralls
Copy link

coveralls commented Mar 7, 2017

Coverage Status

Coverage decreased (-1.5%) to 92.778% when pulling 462ae5f on pr/origin/395 into e21b8f5 on master.


// Skip empty files, otherwise it will stop webpack, see issue #21
if (options.data.trim() === "") {
callback(null, "");
Copy link
Contributor

Choose a reason for hiding this comment

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

if (options.data.trim() === "") return callback(null, "");

? 🙃

Copy link
Member Author

Choose a reason for hiding this comment

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

Noooo, I don't like that style (and my global eslint complains about inconsistent return values) 😁

Copy link
Contributor

Choose a reason for hiding this comment

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

😢

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.

4 participants