valid json #4
Annotations
1 error and 9 warnings
LUA
Process completed with exit code 1.
|
param-type-mismatch:
Menu/Builder.lua#L230
Cannot assign `table|unknown` to parameter `boolean?`.\\n- `table` cannot match `boolean?`\\n- Type `table` cannot match `nil`\\n- Type `table` cannot match `boolean`
|
param-type-mismatch:
Menu/Builder.lua#L233
Cannot assign `table|unknown` to parameter `boolean?`.\\n- `table` cannot match `boolean?`\\n- Type `table` cannot match `nil`\\n- Type `table` cannot match `boolean`
|
param-type-mismatch:
Menu/Builder.lua#L281
Cannot assign `table|unknown` to parameter `number`.\\n- `table` cannot match `number`\\n- Type `table` cannot match `number`
|
param-type-mismatch:
Menu/Builder.lua#L363
Cannot assign `table|unknown` to parameter `string`.\\n- `table` cannot match `string`\\n- Type `table` cannot match `string`
|
undefined-field:
Util/Utils.lua#L108
Undefined field `utf8len`.
|
undefined-field:
Util/Utils.lua#L109
Undefined field `utf8sub`.
|
undefined-field:
Util/Utils.lua#L115
Undefined field `utf8len`.
|
undefined-field:
Util/Utils.lua#L116
Undefined field `utf8sub`.
|
undefined-field:
Util/Utils.lua#L118
Undefined field `utf8sub`.
|