mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 16:26:00 +00:00
fixed rimraf usage
This commit is contained in:
@@ -71,7 +71,7 @@ class JsonLinesDatastore {
|
|||||||
})
|
})
|
||||||
.asc();
|
.asc();
|
||||||
|
|
||||||
await rimraf(tempDir);
|
await new Promise(resolve => rimraf(tempDir, resolve));
|
||||||
}
|
}
|
||||||
|
|
||||||
_closeReader() {
|
_closeReader() {
|
||||||
|
|||||||
Reference in New Issue
Block a user