1
0
forked from Mirror/wren

Merge pull request #484 from feiss/patch-1

parameter missing in errorFn
This commit is contained in:
Bob Nystrom
2018-03-22 10:31:01 -07:00
committed by GitHub

View File

@ -102,6 +102,7 @@ is:
:::c
void error(
WrenVM* vm,
WrenErrorType type,
const char* module,
int line,