[Transforms] Fix diskFile0.js.map (#8848)

* Fix running noEmitError.ts

* Update project sourcemaps
This commit is contained in:
Yui
2016-05-26 17:25:22 -07:00
parent 3305e9cdd4
commit be41e8daf3
17 changed files with 17 additions and 17 deletions

View File

@@ -1432,7 +1432,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);
}
}