You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has previously run nominally on both Windows and Linux. I tried using dry run with various options and no files were identified. I ultimately tried
to find anything, but it returned no files (although there are 12680 files).
I ran the same code on Linux in Node Docker containers, both latest (Node: v12.5.0), and LTS (Node v10.16.0), and everything was nominal (files deleted as expected, dry run showed expected files).
The text was updated successfully, but these errors were encountered:
Glob patterns can now only contain forward-slashes, not backward-slashes, so if you want to construct a glob pattern from path components, you need to use path.posix.join() instead of path.join().
System configuration:
I upgraded a project today from del 4.1.1 to 5.0.0 and noticed that no files were being deleted with the following:
This has previously run nominally on both Windows and Linux. I tried using dry run with various options and no files were identified. I ultimately tried
to find anything, but it returned no files (although there are 12680 files).
I ran the same code on Linux in Node Docker containers, both latest (Node: v12.5.0), and LTS (Node v10.16.0), and everything was nominal (files deleted as expected, dry run showed expected files).
The text was updated successfully, but these errors were encountered: