diff --git a/lib/sourcemap.js b/lib/sourcemap.js index 663ef12e..948e3b39 100644 --- a/lib/sourcemap.js +++ b/lib/sourcemap.js @@ -70,7 +70,7 @@ function SourceMap(options) { source = info.source; orig_line = info.line; orig_col = info.column; - name = info.name; + name = info.name || name; } generator.addMapping({ generated : { line: gen_line + options.dest_line_diff, column: gen_col },