Skip to content

Commit 4e0172e

Browse files
authored
Merge pull request #123 from isomorphic-git/revert-122-fix-init-delay
Revert "fix: fix required delay after init"
2 parents a10ffad + 7580f6f commit 4e0172e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PromisifiedFS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module.exports = class PromisifiedFS {
9494
if (!options.defer) {
9595
// The fs is initially activated when constructed (in order to wipe/save the superblock)
9696
// This is not awaited, because that would create a cycle.
97-
this._deactivate()
97+
this.stat('/')
9898
}
9999
}
100100
async _gracefulShutdown () {

0 commit comments

Comments
 (0)