Skip to content

Commit 51294f0

Browse files
committed
Fix acquire release typo
1 parent 42478bf commit 51294f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ impl Build {
10111011

10121012
// Reacquire our process's token before we proceed, which we released
10131013
// before entering the loop above.
1014-
server.release_raw()?;
1014+
server.acquire_raw()?;
10151015

10161016
return Ok(());
10171017

0 commit comments

Comments
 (0)