We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431f5f4 commit 3b8c47eCopy full SHA for 3b8c47e
src/palet/edit.nim
@@ -52,7 +52,7 @@ proc parseThres(val: string): float32 =
52
error &"Unknown unit: {unit}"
53
54
if result < 0 or result > 1:
55
- error &"Invalid threshold: {val}"
+ error &"Threshold not in range: {val} ({result})"
56
57
proc parseNat(val: string): int32 =
58
result = int32(parseInt(val))
0 commit comments