@franlol/opencode-md-table-formatter@0.0.4 throws the following error on startup using OpenCode v1.2.10:
{
"name": "UnknownError",
"data": {
"message": "TypeError: text.split is not a function. (In 'text.split(`\n`)', 'text.split' is undefined)\n
at formatMarkdownTables (/home/devkit/.cache/opencode/node_modules/@franlol/opencode-md-table-formatter/index.ts:26:22)\n at <anonymous> (src/plugin/index.ts:90:28)\n at processTicksAndRejections (native:7:39)"
}
}
The older releases seem to be working just fine. The regression seem to be in 1ff1c1e.
@franlol/opencode-md-table-formatter@0.0.4throws the following error on startup using OpenCode v1.2.10:{ "name": "UnknownError", "data": { "message": "TypeError: text.split is not a function. (In 'text.split(`\n`)', 'text.split' is undefined)\n at formatMarkdownTables (/home/devkit/.cache/opencode/node_modules/@franlol/opencode-md-table-formatter/index.ts:26:22)\n at <anonymous> (src/plugin/index.ts:90:28)\n at processTicksAndRejections (native:7:39)" } }The older releases seem to be working just fine. The regression seem to be in 1ff1c1e.