Skip to content

Commit

Permalink
semicolon at end of output for better concat
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jul 23, 2014
1 parent 84c1057 commit 5ea1412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -406,7 +406,7 @@ Browserify.prototype._wrap = function (opts) {
+ umd.postlude(opts.standalone)
);
}
if (opts.debug) this.push('\n');
this.push(';\n');
this.push(null);
}

Expand Down

0 comments on commit 5ea1412

Please sign in to comment.