Closed Ascenio closed 3 years ago
The problem If the user tries to run slidy start without a lib/ folder then it's shown:
slidy start
ERROR: The lib folder must be empty. Or use -f to force start
Expected behavior As an empty folder is similar to an absent one, slidy should create the lib/ if necessary.
Fixed
The problem If the user tries to run
slidy start
without a lib/ folder then it's shown:Expected behavior As an empty folder is similar to an absent one, slidy should create the lib/ if necessary.