forked from Mirror/wren
Merge pull request #484 from feiss/patch-1
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