From 7a3df06eb573d36142bd1a8e03c5ce8752d300b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 May 2017 15:10:37 +0200 Subject: fix build issues and add typedoc --- node_modules/source-list-map/lib/SourceNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/source-list-map/lib') diff --git a/node_modules/source-list-map/lib/SourceNode.js b/node_modules/source-list-map/lib/SourceNode.js index 451d3cd10..0939c1e88 100644 --- a/node_modules/source-list-map/lib/SourceNode.js +++ b/node_modules/source-list-map/lib/SourceNode.js @@ -54,8 +54,8 @@ SourceNode.prototype.getMappings = function(mappingsContext) { } else { if(lines !== 0) { mappings += LINE_MAPPING; - mappingsContext.currentOriginalLine++; } + mappingsContext.currentOriginalLine++; } return mappings; }; -- cgit v1.2.3