Commit 8c5045a
committed
Improve blackbox error message
This changes the error when using non-existant arguments in blackboxes
from:
Blackbox required at least 32 arguments, but only 8 were passed.
to the new error:
Blackbox used "~ISSYNC[31]" , but only 8 arguments were passed.1 parent 4174071 commit 8c5045a
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
0 commit comments