File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/arduino.cc/builder/constants Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ const MSG_RUNNING_COMMAND = "Running: {0}"
207
207
const MSG_RUNNING_RECIPE = "Running recipe: {0}"
208
208
const MSG_SETTING_BUILD_PATH = "Setting build path to {0}"
209
209
const MSG_SKETCH_CANT_BE_IN_BUILDPATH = "Sketch cannot be located in build path. Please specify a different build path"
210
- const MSG_UNHANDLED_TYPE_IN_CONTEXT = "Unhandled type {0} in context {1} key "
210
+ const MSG_UNHANDLED_TYPE_IN_CONTEXT = "Unhandled type {0} in context key {1}"
211
211
const MSG_UNKNOWN_SKETCH_EXT = "Unknown sketch file extension: {0}"
212
212
const MSG_USING_LIBRARY_AT_VERSION = "Using library {0} at version {1} in folder: {2} {3}"
213
213
const MSG_USING_LIBRARY = "Using library {0} in folder: {1} {2}"
You can’t perform that action at this time.
0 commit comments