You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, errors that may happen during doExtract when running pkg watch --strict (not sure if --strict matters) are currently logged as-is without any sort of formatting, which leads to output like this:
Currently, errors that may happen during
doExtract
when runningpkg watch --strict
(not sure if--strict
matters) are currently logged as-is without any sort of formatting, which leads to output like this:Not a super big deal, but it would be nice if these errors could be formatted the same way as they are when error occurs during
pkg build
:The text was updated successfully, but these errors were encountered: