Skip to content

Commit dc872c1

Browse files
committed
Merge branch 'checkprevopts' of github.com:d-a-v/arduino-cli into checkprevopts
2 parents bf68be3 + 3aa601d commit dc872c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: legacy/builder/wipeout_build_path_if_build_options_changed.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (s *WipeoutBuildPathIfBuildOptionsChanged) Run(ctx *types.Context) error {
7979
func doCleanup(buildPath *paths.Path) error {
8080
// FIXME: this should go outside legacy and behind a `logrus` call so users can
8181
// control when this should be printed.
82-
// logger.Println(constants.LOG_LEVEL_INFO, constants.MSG_BUILD_OPTIONS_CHANGED + MSG_REBUILD_ALL)
82+
// logger.Println(constants.LOG_LEVEL_INFO, constants.MSG_BUILD_OPTIONS_CHANGED + constants.MSG_REBUILD_ALL)
8383

8484
if files, err := buildPath.ReadDir(); err != nil {
8585
return errors.WithMessage(err, "cleaning build path")

0 commit comments

Comments
 (0)