Skip to content

Commit f470b4c

Browse files
author
Federico Fissore
committed
Made MSG_UNHANDLED_TYPE_IN_CONTEXT easier to understand
Signed-off-by: Federico Fissore <[email protected]>
1 parent c0f05e7 commit f470b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/arduino.cc/builder/constants/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const MSG_RUNNING_COMMAND = "Running: {0}"
207207
const MSG_RUNNING_RECIPE = "Running recipe: {0}"
208208
const MSG_SETTING_BUILD_PATH = "Setting build path to {0}"
209209
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}"
211211
const MSG_UNKNOWN_SKETCH_EXT = "Unknown sketch file extension: {0}"
212212
const MSG_USING_LIBRARY_AT_VERSION = "Using library {0} at version {1} in folder: {2} {3}"
213213
const MSG_USING_LIBRARY = "Using library {0} in folder: {1} {2}"

0 commit comments

Comments
 (0)