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 2eac5ab commit e74f7f0Copy full SHA for e74f7f0
src/EIDEProject.ts
@@ -2780,7 +2780,7 @@ $(OUT_DIR):
2780
target.toolchainConfigMap[optionsInfo.toolchain].options = optionsInfo.options;
2781
} else {
2782
optionsInfo.notCleanup = true;
2783
- GlobalEvent.log_warn(`No options for toolchain ${optionsInfo.toolchain} in toolchainConfigMap`);
+ GlobalEvent.log_warn(`No config for toolchain "${optionsInfo.toolchain}" for target "${targetName}"`);
2784
GlobalEvent.log_show();
2785
}
2786
0 commit comments