[Pkg-javascript-commits] [node-browser-pack] 89/141: newline after source map

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:23:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-browser-pack.

commit d4187ec2165971f6fced714ac5bc6b250b080c29
Author: James Halliday <mail at substack.net>
Date:   Thu Jul 24 11:57:45 2014 -0700

    newline after source map
---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index de63898..1ed9852 100644
--- a/index.js
+++ b/index.js
@@ -110,7 +110,7 @@ module.exports = function (opts) {
                     /^\/\/#/, function () { return opts.sourceMapPrefix }
                 )
             }
-            stream.push(Buffer('\n' + comment));
+            stream.push(Buffer('\n' + comment + '\n'));
         }
         if (!sourcemap && !opts.standalone) stream.push(Buffer(';\n'));
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-pack.git



More information about the Pkg-javascript-commits mailing list