mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Completed basic functionality development
This commit is contained in:
10
manager/javascripts/utils.js
Normal file
10
manager/javascripts/utils.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
async function sleep(ms) {
|
||||
await new Promise(r => setTimeout(r, ms));
|
||||
return true;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
sleep: sleep
|
||||
}
|
||||
Reference in New Issue
Block a user