Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Nov 10, 2023
1 parent 8a9eedf commit 278a5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ try {
} catch {
// Unable to acquire lock...
} finally {
lock.release();
await lock.release();
}

// or
Expand Down

0 comments on commit 278a5df

Please sign in to comment.