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.
1 parent 8ae38ec commit b27d868Copy full SHA for b27d868
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.stat('/')
+ this._deactivate()
98
}
99
100
async _gracefulShutdown () {
0 commit comments