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
// so it can be called like this in some script.tsimport{mainWithError}from"nikiv/utils"awaitmainWithError(){thrownewError("some err")}// can this work with the `await main() in the nikiv/utils itself
The text was updated successfully, but these errors were encountered:
Now
mainWithError
(below into 1 exportable function)The text was updated successfully, but these errors were encountered: