Open li6in9muyou opened 1 month ago
ll list cwd without notification ll existing-dir list ./existing-dir/ without notification ll non-existing-dir list cwd.filter(item => item.match('non-existing-dir')) with notification
ll
ll existing-dir
./existing-dir/
ll non-existing-dir
cwd.filter(item => item.match('non-existing-dir'))
could not reproduce further investigation is needed
ll
list cwd without notificationll existing-dir
list./existing-dir/
without notificationll non-existing-dir
listcwd.filter(item => item.match('non-existing-dir'))
with notification