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
According to Apple's documentation, it is recommended to always check the notarization log, even if the request succeeds. This is because there may be warnings included which would be helpful to the developer(s). It makes sense therefore to always print the log in the debug output.
Therefore, I suggest making the following change in notarytool.ts:
The text was updated successfully, but these errors were encountered:
According to Apple's documentation, it is recommended to always check the notarization log, even if the request succeeds. This is because there may be warnings included which would be helpful to the developer(s). It makes sense therefore to always print the log in the debug output.
Therefore, I suggest making the following change in

notarytool.ts
:The text was updated successfully, but these errors were encountered: