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