Skip to content

Commit

Permalink
Merge commit 'refs/pull/117/head' of github.com:ef4/ember-browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jun 13, 2017
2 parents f010c2f + 27b7504 commit f016379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stubs.js
Expand Up @@ -72,7 +72,7 @@ function importsFor(src, fullPath) {

// If result is still an error, there must have been a parse error
if (result instanceof Error) {
throw new Error('Error parsing code while looking for "npm:" imports: ' + result.stack || result + ' in file: ' + fullPath);
throw new Error('Error parsing code while looking for "npm:" imports: ' + (result.stack || result) + ' in file: ' + fullPath);
}

return result;
Expand Down

0 comments on commit f016379

Please sign in to comment.