Skip to content

RC2: Fix missing force delete when keep === 0 bug

Pre-release
Pre-release
Compare
Choose a tag to compare
@snorremd snorremd released this 20 Jan 12:52
b8277e0

The comparison to check if the force parameter should be supplied the string based input argument and not the parsed number when comparing with the number 0. Thus force would always be false, even for those cases where keep === 0. This is now fixed.