Updated for dev pre-release build v0.9.0-dev.1343
A change in the "build" library imports and some cleanup in the patches.
This commit is contained in:
parent
38755909b2
commit
c3276987da
3 changed files with 6 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
62c62,68
|
||||
< return detectProblems(n) ???
|
||||
< return detectProblems(n) ???;
|
||||
---
|
||||
> return detectProblems(n) catch |err| {
|
||||
> if (err == MyNumberError.TooSmall) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue