Skip to content

Commit 61560f4

Browse files
Update commands/compile/compile.go
Co-authored-by: Luca Bianconi <[email protected]>
1 parent ed96ee2 commit 61560f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: commands/compile/compile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func removeBuildFromSketchFiles(files paths.PathList, build *paths.Path) (paths.
339339
}
340340
// log only if at least a file is ignored
341341
if ignored {
342-
logrus.Tracef("Build path %s is a child of sketch path and ignored for additional files.", build.String())
342+
logrus.Tracef("Build path %s is a child of sketch path and it is ignored for additional files.", build.String())
343343
}
344344
return res, nil
345345
}

0 commit comments

Comments
 (0)