gajus / gajus/table

Terminal Links dont work

Open
#82 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
973
Forks
81
PR merge metrics
No merged PRs in 30d

Description

I am trying to use https://github.com/sindresorhus/terminal-link

First I got the error

```
(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. (/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

![screen shot 2018-10-02 at 11 37 33 am](https://user-images.githubusercontent.com/1192452/46369439-d55ddf00-c637-11e8-9a63-39bb1906f534.png)

Do you think it will be possible to terminal links inside of the table?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.