Skip to main content

assert_session_cwd_exists

Function assert_session_cwd_exists 

Source
pub fn assert_session_cwd_exists(
    source: &dyn SessionCwdSource,
    fallback_cwd: &str,
) -> Result<(), MissingSessionCwdError>
Expand description

Assert that the session CWD exists, returning an error if it doesn’t.