1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Commit compiled code that should have been in commit 378a04e4

This commit is contained in:
Simon Lydell 2015-05-13 17:50:02 +02:00
parent c0d44b1abd
commit ba85a38cb0

View file

@ -74,7 +74,7 @@
for (i = 0, len = fragments.length; i < len; i++) {
fragment = fragments[i];
if (options.sourceMap) {
if (fragment.locationData) {
if (fragment.locationData && !/^[;\s]*$/.test(fragment.code)) {
map.add([fragment.locationData.first_line, fragment.locationData.first_column], [currentLine, currentColumn], {
noReplace: true
});