Skip to content

Commit

Permalink
Merge e28b943 into 7bea208
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrei committed Oct 4, 2016
2 parents 7bea208 + e28b943 commit 85ed49d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack_loader/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ def get_bundle(self, bundle_name):
elif assets.get('status') == 'error':
if 'file' not in assets:
assets['file'] = ''
if 'error' not in assets:
assets['error'] = 'error'
error = u"""
{error} in {file}
{message}
Expand Down

0 comments on commit 85ed49d

Please sign in to comment.