File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -78097,6 +78097,9 @@ var ts;
78097
78097
};
78098
78098
ProjectService.prototype.handleChangeInSourceFileForConfiguredProject = function (project, triggerFile) {
78099
78099
var _this = this;
78100
+ if (!project.getRootFiles()) {
78101
+ return;
78102
+ }
78100
78103
var result = this.convertConfigFileContentToProjectOptions(project.getConfigFilePath());
78101
78104
if (!result.success) {
78102
78105
return;
Original file line number Diff line number Diff line change @@ -80016,6 +80016,9 @@ var ts;
80016
80016
};
80017
80017
ProjectService.prototype.handleChangeInSourceFileForConfiguredProject = function (project, triggerFile) {
80018
80018
var _this = this;
80019
+ if (!project.getRootFiles()) {
80020
+ return;
80021
+ }
80019
80022
var result = this.convertConfigFileContentToProjectOptions(project.getConfigFilePath());
80020
80023
if (!result.success) {
80021
80024
return;
You can’t perform that action at this time.
0 commit comments