master
宇天 2020-12-15 18:15:19 +08:00
parent 724e49c949
commit bf62ec06b9
2 changed files with 8 additions and 2 deletions

View File

@ -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()

View File

@ -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()