mirror of
https://github.com/jarun/nnn.git
synced 2025-03-24 23:32:21 +00:00
Commented check
This commit is contained in:
parent
fcb29fa578
commit
c7f83dd179
1 changed files with 4 additions and 0 deletions
|
@ -3215,6 +3215,10 @@ nochange:
|
|||
if (getppid() == 1)
|
||||
_exit(0);
|
||||
|
||||
/* Check if CWD is deleted to avoid hang, bad idea */
|
||||
//if (access(path, F_OK))
|
||||
// return;
|
||||
|
||||
sel = nextsel(presel);
|
||||
if (presel)
|
||||
presel = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue