Closed slife closed 7 years ago
I feel that when the option preserveFiles: true and forceDelete: false is specified, an Error() shouldn't be returned.
preserveFiles: true
forceDelete: false
The existing test case test_copyDirSyncRecursivePreserveFiles was only working because it was failing silently and no copy was taking place.
test_copyDirSyncRecursivePreserveFiles
I've forked your fork @derekslife and included as a tagged release as part of semantic-org. https://github.com/Semantic-Org/Semantic-UI/issues/3404
I feel that when the option
preserveFiles: true
andforceDelete: false
is specified, an Error() shouldn't be returned.The existing test case
test_copyDirSyncRecursivePreserveFiles
was only working because it was failing silently and no copy was taking place.