Skip to content

Commit

Permalink
also add newlines in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Aug 20, 2012
1 parent 76ffd1b commit f57b7b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "browserify",
"version" : "1.15.1",
"version" : "1.15.2",
"description" : "browser-side require() for js directories and npm modules",
"main" : "index.js",
"bin" : {
Expand Down
3 changes: 2 additions & 1 deletion wrappers/body_debug.js
@@ -1 +1,2 @@
require.define($__filename,Function(['require','module','exports','__dirname','__filename','process'],$body));
require.define($__filename,Function(['require','module','exports','__dirname','__filename','process'],$body
));
3 changes: 2 additions & 1 deletion wrappers/entry_debug.js
@@ -1,2 +1,3 @@
require.define($__filename,Function(['require','module','exports','__dirname','__filename','process'],$body));
require.define($__filename,Function(['require','module','exports','__dirname','__filename','process'],$body
));
require($__filename);

0 comments on commit f57b7b0

Please sign in to comment.