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 5dda553 commit 74d8cbaCopy full SHA for 74d8cba
bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/InitializeToolsStartup.java
@@ -100,7 +100,7 @@ public void run()
100
File idf_json_file = new File(url.getPath() + File.separator + ESP_IDF_JSON_FILE);
101
if (!idf_json_file.exists())
102
{
103
- Logger.log(MessageFormat.format("esp-idf.json file doesn't exist at this location: {0}", url.getPath()));
+ Logger.log(MessageFormat.format("esp-idf.json file doesn't exist at this location: '{0}'", url.getPath()));
104
return;
105
}
106
0 commit comments