diff --git a/index.js b/index.js index 9aea76b..6277699 100644 --- a/index.js +++ b/index.js @@ -4,8 +4,8 @@ const { sleep } = require('./util'); require(path.join(process.cwd(),"..","server","dist","database.js")); async function main(){ - await sleep(5e3); console.time("WorkflowTester") + await sleep(5e3); console.timeEnd("WorkflowTester") console.log("DONE");