assert.js:85
throw new assert.AssertionError({
^
AssertionError: Invalid array definition format.
at RefTypeParser._parseArray (/home/ben/dev/safenet/safe_app_nodejs/node_modules/fastcall/lib/RefTypeParser.js:143:9)
at RefTypeParser._parseString (/home/ben/dev/safenet/safe_app_nodejs/node_modules/fastcall/lib/RefTypeParser.js:79:27)
at RefTypeParser.parse (/home/ben/dev/safenet/safe_app_nodejs/node_modules/fastcall/lib/RefTypeParser.js:42:25)
at Parser.parseRefType (/home/ben/dev/safenet/safe_app_nodejs/node_modules/fastcall/lib/Parser.js:47:35)
at FastArray.RefTypeDefinition (/home/ben/dev/safenet/safe_app_nodejs/node_modules/fastcall/lib/RefTypeDefinition.js:35:31)
at FastArray (/home/ben/dev/safenet/safe_app_nodejs/node_modules/fastcall/lib/FastArray.js:24:9)
at Library.array (/home/ben/dev/safenet/safe_app_nodejs/node_modules/fastcall/lib/Library.js:159:24)
Trying the example from the readme:
fails for me with: