Skip to content

Commit

Permalink
Merge pull request #110 from ml-2/ml
Browse files Browse the repository at this point in the history
Add missing argument to error message
  • Loading branch information
bakpakin committed May 12, 2023
2 parents 103a358 + 4badfd3 commit ba134a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spork/cjanet.janet
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
:bool ~(janet_wrap_boolean ,code)
:pointer ~(janet_wrap_pointer ,code)
:asbtract ~(janet_wrap_abstract ,code)
(errorf "cannot convert type %v to a Janet return value")))
(errorf "cannot convert type %v to a Janet return value" T)))


(def- type-alias-to-ctype
Expand Down

0 comments on commit ba134a0

Please sign in to comment.