We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbe936 commit 7a3eefdCopy full SHA for 7a3eefd
internal/cli/compile/compile.go
@@ -196,8 +196,8 @@ func runCompileCommand(cmd *cobra.Command, args []string) {
196
if err != nil {
197
showPropertiesWithEmptySketchPath := path == "" && showPropertiesM != showPropertiesModeDisabled
198
if showPropertiesWithEmptySketchPath {
199
- // properties were requested and no sketch path was provided
200
- // let's use an empty sketch struct and hope for the best
+ // only properties were requested and no sketch path was provided
+ // an empty sketch is used to collect properties without sketch related values
201
sk = nil
202
} else {
203
feedback.Fatal(tr("Error opening sketch: %v", err), feedback.ErrGeneric)
0 commit comments