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