mdrip icon indicating copy to clipboard operation
mdrip copied to clipboard

[bug] mdrip test panics if there are no md files.

Open jayunit100 opened this issue 1 year ago • 0 comments

problem statement

mdrip test panics if run with a folder that has no .md files in it, that gives users impression that mdrip itself is broken.

solution

  • mdrip test should pass if there are no .md files

We can implement this, by having the Loader visitFiles/ function return an error in a way which prevents a panic.

jayunit100 avatar Apr 17 '25 19:04 jayunit100