lint-staged 10.1.4 → 10.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/gitWorkflow.js +1 -1
- package/package.json +1 -1
package/lib/gitWorkflow.js
CHANGED
|
@@ -306,7 +306,7 @@ class GitWorkflow {
|
|
|
306
306
|
await Promise.all(this.deletedFiles.map(file => unlink(file)))
|
|
307
307
|
|
|
308
308
|
// Clean out patch
|
|
309
|
-
|
|
309
|
+
await unlink(this.getHiddenFilepath(PATCH_UNSTAGED))
|
|
310
310
|
|
|
311
311
|
debug('Done restoring original state!')
|
|
312
312
|
} catch (error) {
|