cloudhead / cloudhead/eyes.js

First color code is wrong

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
344
Forks
40
PR merge metrics
No merged PRs in 30d

Description

```
$ node -e 'var inspect = require("eyes").inspector({ stream: null }); console.log(inspect({ something: 42 }));' | xxd
0000000: 7b20 1b5b 316d 736f 6d65 7468 696e 671b { .[1msomething.
0000010: 5b32 326d 3a20 1b5b 3335 6d34 321b 5b33 [22m: .[35m42.[3
0000020: 366d 207d 1b5b 3339 6d0a 6m }.[39m.
```

There ought to be a `\x1b[36m` to start off the output. But it just starts off with the open curly bracket.

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.