merge
parent
724e49c949
commit
bf62ec06b9
5
index.js
5
index.js
|
@ -21,7 +21,10 @@ class Stats {
|
|||
}
|
||||
}
|
||||
|
||||
const VERSION = +process.versions.node.split('.').slice(0, 2).join('.')
|
||||
const VERSION = +process.versions.node
|
||||
.split('.')
|
||||
.slice(0, 2)
|
||||
.join('.')
|
||||
|
||||
const EMPTY_STAT = new Stats()
|
||||
|
||||
|
|
Loading…
Reference in New Issue