Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Atuin throws errors when inside a deleted directory #195

@ajeetdsouza

Description

@ajeetdsouza

Steps to reproduce (on zsh):

# Initialize Atuin.
eval "$(atuin init zsh)"

# Enter a deleted directory.
mkdir /tmp/x
cd /tmp/x
rm -rf /tmp/x

# Now, run any command.
echo

Atuin throws this error for every command run:

Error: No such file or directory (os error 2)

Location:
    /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1897:27

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions