Skip to content

Commit

Permalink
added tiny debugging snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 28, 2024
1 parent 85a0b0a commit 4016e32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/tester.art
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ loop _validators [name, validator][
passedParams\[nm]: do @[prm]
]
]
do [validator\action val passedParams]
;print [val, passedParams] ; uncomment to DEBUG
res: do [validator\action val passedParams]
;print ["result:" res] ; uncomment to DEBUG
res
]

suite color.bold #cyan capitalize name [
Expand Down

0 comments on commit 4016e32

Please sign in to comment.