mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-09-05 22:30:43 +00:00
require node 11 or higher
This commit is contained in:
@@ -9,4 +9,7 @@ const exp = {
|
||||
module.exports = {
|
||||
...exp,
|
||||
default: exp,
|
||||
}
|
||||
}
|
||||
|
||||
// Require node 11
|
||||
if(parseInt(process.versions.node.split('.')[0]) < 11) throw new Error('Node 11 or higher is required')
|
Reference in New Issue
Block a user