fix lint
This commit is contained in:
parent
3e971e4880
commit
2d848bba29
25 changed files with 84 additions and 100 deletions
|
@ -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));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue