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
fix: don't exit if you want a user to source this script (#717)
Calling `exit` inside the `lfs_check` function (after we've confirmed that the script is sourced) will cause the script to close the terminal that opened it.
Changing it to return 1 will propagate a return signal and allow the user to properly read the error.
0 commit comments