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
Honcho version: 1.0.1
Scenario: run honcho -e $config run xxx with
Expected behavior: Honcho exits with error.
Actual behavior: honcho runs without printing any error message and exits with error code 0.
I was bitten by this issue and it took me about half an hour to figure out why my app is not behaving as expected.
I think it's much better to exit with an error if env file specified does not exist.
The text was updated successfully, but these errors were encountered:
Honcho version: 1.0.1
Scenario: run
honcho -e $config run xxx
withExpected behavior: Honcho exits with error.
Actual behavior: honcho runs without printing any error message and exits with error code 0.
I was bitten by this issue and it took me about half an hour to figure out why my app is not behaving as expected.
I think it's much better to exit with an error if env file specified does not exist.
The text was updated successfully, but these errors were encountered: