Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixes #46
  • Loading branch information
apendua committed Mar 24, 2015
commit cc2acf03198147f185e3cf2af1b2622dd62e5cfa
1 change: 1 addition & 0 deletions lib/transformers.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Transformers.browserify = function(file, options) {

try {
this.queue(Transformers.source(source, options));
this.queue(null);
} catch (error) {
error.message += ' in "' + file + '"';

Expand Down