[TIMOB-28242] TiAPI: Add os.version() shim
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 9.3.0 |
Fix Version/s | n/a |
Components | Core |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2020-11-16T18:40:22.000+0000 |
Updated | 2020-11-16T20:16:32.000+0000 |
Description
Add an equivalent implementation of Node.js'
os.version()
method. On my macOS box, this returns 'Darwin Kernel Version 19.6.0: Thu Oct 29 22:56:45 PDT 2020; root:xnu-6153.141.2.2~1/RELEASE_X86_64'
No comments