You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:6881) UnhandledPromiseRejectionWarning: Error: Table data must not contain control characters.
at validateTableData (/Users/alisowski/Documents/perf-table/node_modules/table/dist/validateTableData.js:62:19)
at table (/Users/alisowski/Documents/perf-table/node_modules/table/dist/table.js:95:34)
at Object.<anonymous> (/Users/alisowski/Documents/perf-table/dist/index.js:221:36)
at step (/Users/alisowski/Documents/perf-table/dist/index.js:43:23)
at Object.next (/Users/alisowski/Documents/perf-table/dist/index.js:24:53)
at fulfilled (/Users/alisowski/Documents/perf-table/dist/index.js:15:58)
at process._tickCallback (internal/process/next_tick.js:68:7)
After commenting out the code that threw the error It output
Do you think it will be possible to terminal links inside of the table?
The text was updated successfully, but these errors were encountered:
I am trying to use https://github.com/sindresorhus/terminal-link
First I got the error
After commenting out the code that threw the error It output
Do you think it will be possible to terminal links inside of the table?
The text was updated successfully, but these errors were encountered: