fix lint
This commit is contained in:
@@ -20,8 +20,8 @@ module.exports.range = function(start, amount, step = 1) {
|
||||
r.push(start + (i * step));
|
||||
}
|
||||
return r;
|
||||
}
|
||||
};
|
||||
|
||||
module.exports.delay = function(ms) {
|
||||
return new Promise((resolve) => setTimeout(resolve, ms));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user