We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a10ffad + 7580f6f commit 4e0172eCopy full SHA for 4e0172e
src/PromisifiedFS.js
@@ -94,7 +94,7 @@ module.exports = class PromisifiedFS {
94
if (!options.defer) {
95
// The fs is initially activated when constructed (in order to wipe/save the superblock)
96
// This is not awaited, because that would create a cycle.
97
- this._deactivate()
+ this.stat('/')
98
}
99
100
async _gracefulShutdown () {
0 commit comments