We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
it seems that Checkpoints do not get named even if the Checkpoint itself has a name e.g. myPipe = new Checkpoint("MyCheckpoint name", myPipe)
results in / (1/12)
Rather than / MyCheckpoint name (1/12)
as expected.
Thanks, great utility!
The text was updated successfully, but these errors were encountered:
Hi Paul - thanks for reporting, I'll look at adding a test to confirm the issue (unless you already have something simple to contribute).
Sorry, something went wrong.
No branches or pull requests
Hey,
it seems that Checkpoints do not get named even if the Checkpoint itself has a name
e.g.
myPipe = new Checkpoint("MyCheckpoint name", myPipe)
results in
/ (1/12)
Rather than
/ MyCheckpoint name (1/12)
as expected.
Thanks, great utility!
The text was updated successfully, but these errors were encountered: