skratchdot / open-golang

Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use.
MIT License
783 stars 65 forks source link

open.Run fails without details #31

Open userlerueda opened 3 years ago

userlerueda commented 3 years ago

When using open.Run to open an application in macOS, the error printed is exit status 1

This does not mean much, is it possible to enhance the error making it more meaningful ?