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
As this line of code, carlo now would exit the process when failed to find the chrome.
Why carlo make this decision? I packed my app into a single executable used pkg, but since this behavour, user could only see the app launch failed and exit immediately, should we just throw an error instead of exit the process to allow the developer do something for this case?
The text was updated successfully, but these errors were encountered:
As this line of code,
carlo
now would exit the process when failed to find thechrome
.Why
carlo
make this decision? I packed my app into a single executable usedpkg
, but since this behavour, user could only see the app launch failed and exit immediately, should we just throw an error instead of exit the process to allow the developer do something for this case?The text was updated successfully, but these errors were encountered: