We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff0465 commit 9146a9eCopy full SHA for 9146a9e
1 file changed
src/EIDETypeDefine.ts
@@ -1266,7 +1266,8 @@ export class ProjectConfiguration<T extends BuilderConfigData>
1266
1267
targetName = targetName || utility.getFirstKey(this.config.targets);
1268
1269
- if (!targetName) return;
+ if (!targetName)
1270
+ return; // not found any target can be recovered
1271
1272
const target = this.config.targets[targetName];
1273
0 commit comments