You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: legacy/builder/constants/constants.go
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,9 @@ const MSG_ERROR_ARCHIVING_CORE_CACHE = "Error archiving built core (caching) in
86
86
constMSG_CORE_CACHE_UNAVAILABLE="Unable to cache built core, please tell {0} maintainers to follow https://arduino.github.io/arduino-cli/latest/platform-specification/#recipes-to-build-the-corea-archive-file"
87
87
constMSG_BOARD_UNKNOWN="Board {0} (platform {1}, package {2}) is unknown"
88
88
constMSG_BOOTLOADER_FILE_MISSING="Bootloader file specified but missing: {0}"
0 commit comments