wonderlandpark/dokdo

[Content Proposal] Add chrome’s v8 engine version and check if running node version is the default to main command

Closed this issue · 1 comments

Content Preview:

Dokdo v0.0.2, discord.js `n.n.n`, `Node.js v14.15.0 (default, Sep 24 2020, 17:34:25) [v8 8.4.371.19-node.17]` on `linux`

Check if is default by:

child.execSync("node -v").toString() === process.version

Check chrome’s v8 engine version by:

process.versions.v8
``

Not planned