Skip to content

Commit a9cb699

Browse files
committed
Other code clean up
1 parent a64b233 commit a9cb699

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ module.exports = function (source, map) {
1616
}
1717
};
1818

19-
if ( typeof map === 'string' ) {
20-
map = JSON.parse(map);
21-
}
22-
19+
if ( typeof map === 'string' ) map = JSON.parse(map);
2320
if ( map && map.mappings ) opts.map.prev = map;
2421

2522
if ( params.syntax ) opts.syntax = require(params.syntax);

0 commit comments

Comments
 (0)