This commit is contained in:
parent
84d62b6178
commit
21de0dd087
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ async function main() {
|
|||
else await getLocalImage(conf)
|
||||
}
|
||||
|
||||
if (Number(process.versions.node.split('.')[0]) < 16) {
|
||||
if (Number(process.versions.node.split(".")[0]) < 16) {
|
||||
console.error("Please upgrade to node 16. NO GUARENTEES!")
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue