Closed anhvietcx closed 4 years ago
I try to assign save flag to false but unsuccess, I have investigated and found that below code make stuck if (!options.save) {options.save = makeDefault('save');} option.save always set to true.
if (!options.save) {options.save = makeDefault('save');}
Please take time to fix this bug. Thanks
I have found pull requested fix this bug. But I install from npm so the bug still exists. Thanks.
need publish new version to npmjs repo
I try to assign save flag to false but unsuccess, I have investigated and found that below code make stuck
if (!options.save) {options.save = makeDefault('save');}
option.save always set to true.Please take time to fix this bug. Thanks