Merge branch 'transforms' into transforms-binderPerf

This commit is contained in:
Ron Buckton
2016-05-31 11:16:27 -07:00
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1464,7 +1464,7 @@ namespace Harness {
}
public getSourceMapRecord() {
if (this.sourceMapData.length > 0) {
if (this.sourceMapData && this.sourceMapData.length > 0) {
return Harness.SourceMapRecorder.getSourceMapRecord(this.sourceMapData, this.program, this.files);
}
}