Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikappa committed Mar 9, 2023
1 parent 008ee78 commit 715a41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cli/compile/compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ func runCompileCommand(cmd *cobra.Command, args []string) {
if err != nil {
showPropertiesWithEmptySketchPath := path == "" && showPropertiesM != showPropertiesModeDisabled
if showPropertiesWithEmptySketchPath {
// properties were requested and no sketch path was provided
// 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
sk = nil
} else {
feedback.Fatal(tr("Error opening sketch: %v", err), feedback.ErrGeneric)
Expand Down

0 comments on commit 715a41b

Please sign in to comment.