[Pkg-javascript-commits] [node-lcov-parse] 21/45: ... forgot a character

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:46:16 UTC 2017


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

rouca pushed a commit to branch master
in repository node-lcov-parse.

commit 9314935c4972909240e918fdf9cca48e40c28bab
Author: Gerard Escalante <gerard at saygo.ca>
Date:   Mon Jan 20 16:58:04 2014 +0900

    ... forgot a character
---
 lib/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/index.js b/lib/index.js
index 55e94c0..3512c18 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -21,7 +21,7 @@ var walkFile = function(str, cb) {
                 item.title = parts[1].trim();
                 break;
             case 'SF':
-                item.file = parts.slice(1).join().trim();
+                item.file = parts.slice(1).join(':').trim();
                 break;
             case 'FNF':
                 item.functions.found = Number(parts[1].trim());

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



More information about the Pkg-javascript-commits mailing list