Anton Ignatov
Results
1
comments of
Anton Ignatov
Works to me ``` const fse = require("fs-extra"); fse .remove("./session/Default/Service Worker/Database/MANIFEST-000001") .then(() => { sulla.create().then((client) => start(client)); }); ```