This commit is contained in:
a-kenji 2022-07-07 09:04:12 +02:00 committed by GitHub
parent 3c6643ba49
commit 61deca80ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -278,7 +278,7 @@ pub(crate) fn start_client(opts: CliArgs) {
if let Ok(val) = std::env::var(envs::SESSION_NAME_ENV_KEY) {
if val == *client.get_session_name() {
eprintln!("You are trying to attach to the current session(\"{}\"). Zellij does not support nesting a session in itself", val);
eprintln!("You are trying to attach to the current session(\"{}\"). Zellij does not support nesting a session in itself.", val);
process::exit(1);
}
}