Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex committed Jul 23, 2024
1 parent 9904a36 commit 269855c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libs/wingsdk/src/simulator/lockfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ export class Lockfile {
// the lockfile was released before this callback was called.
//
// Skip the update if that's the case.
if (
!this.lockfile ||
this.compromised
// || this.releasing
) {
if (!this.lockfile || this.compromised) {
return;
}

Expand Down

0 comments on commit 269855c

Please sign in to comment.