This tool works perfectly except it does not handle errors in case the input directory does not exist or does not contain any Markdown files.
Example:
It results in an empty dist folder.
It is expected to throw an error which is very important because we plan to use this tool in a CI environment meaning it could fail silently and we'd have no idea whether the compilation worked or not!
This tool works perfectly except it does not handle errors in case the input directory does not exist or does not contain any Markdown files.
Example:
It results in an empty
dist
folder.It is expected to throw an error which is very important because we plan to use this tool in a CI environment meaning it could fail silently and we'd have no idea whether the compilation worked or not!