mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
parameter missing in errorFn
This commit is contained in:
@ -102,6 +102,7 @@ is:
|
||||
|
||||
:::c
|
||||
void error(
|
||||
WrenVM* vm,
|
||||
WrenErrorType type,
|
||||
const char* module,
|
||||
int line,
|
||||
|
||||
Reference in New Issue
Block a user