Skip to content

Commit

Permalink
Sequential
Browse files Browse the repository at this point in the history
- Print out any sync errors
  • Loading branch information
deavmi committed Nov 18, 2023
1 parent 7d76d5a commit 87e376d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/guillotine/providers/sequential.d
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ public final class Sequential : Provider
{
// TODO: What to do?
// Handle by doing nothing, retry wait()
import std.stdio;
writeln("SyncError: ", e);
continue;
}
}
Expand Down

0 comments on commit 87e376d

Please sign in to comment.