mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
>electronize Unhandled exception #365
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZedZipDev on GitHub (Jul 28, 2019).
Originally assigned to: @robertmuehsig on GitHub.
If I run electronize with incorrect arguments it crashes with "Unhandled Exception". For example:
etc
May be catch all exceptions and output some messages about error in command line?
Also, to extend the output help, for example: about command
@ZedZipDev commented on GitHub (Jul 28, 2019):
Also, I run
There are no errors, it works, successfully builds Windows version.
It may be be better:
2, Show error in cases like this and display correct arguments for /target option
@GregorBiswanger commented on GitHub (Jul 28, 2019):
The solution is, use this command:
electronize build /target osx@ZedZipDev commented on GitHub (Jul 28, 2019):
Yes, the solution is as you wrote but IMHO in any case need to catch all exceptions and extend the help output.
@GregorBiswanger commented on GitHub (Jul 28, 2019):
@robertmuehsig FYI
@GregorBiswanger commented on GitHub (Nov 27, 2019):
Fixed with Electron.NET Version 7.30.2