Closed PandaDriver156 closed 3 years ago
Fixing 2 issues of current version check:
!
parseInt()
false
true
<
>=
Good catch, thanks
Fixing 2 issues of current version check:
!
infront ofparseInt()
, which technically means it checked whetherfalse
ortrue
is higher than 15<
instead of>=
(as>=
would only throw an error if someone runs node.js v15 or above)