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:
parent
c0d44b1abd
commit
ba85a38cb0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue