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
When runBin calls startCmd to start the newly built application, it discards any returned error and proceeds.
On linux this renders misleading output that the process was started even though it wasn't, but on unix/mac and windows the returned cmd is nil (it probably should be on linux as well) causing a panic when air tries to dereference its pid.
The text was updated successfully, but these errors were encountered:
istyf
linked a pull request
Nov 2, 2024
that will
close
this issue
When runBin calls startCmd to start the newly built application, it discards any returned error and proceeds.
On linux this renders misleading output that the process was started even though it wasn't, but on unix/mac and windows the returned cmd is nil (it probably should be on linux as well) causing a panic when air tries to dereference its pid.
The text was updated successfully, but these errors were encountered: