mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
Typo
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
fd8a4a86d9
commit
ed184f0b61
@ -111,7 +111,7 @@ void ThreadPool::doWork(bool mainThread)
|
||||
try {
|
||||
std::rethrow_exception(exc);
|
||||
} catch (const Interrupted &) {
|
||||
// The interrupted state may be picked up multiple
|
||||
// The interrupted state may be picked up by multiple
|
||||
// workers, which is expected, so we should ignore
|
||||
// it silently and let the first one bubble up,
|
||||
// rethrown via the original state->exception.
|
||||
|
Loading…
Reference in New Issue
Block a user