diff --git a/index.js b/index.js index 886c9cc..3c62952 100644 --- a/index.js +++ b/index.js @@ -13,8 +13,7 @@ require(path.join(process.cwd(),"..","server","dist","database.js")); const workflows = await getAllWorkflows(); if(workflows.length==0) throw "There is not any workflow"; - - + console.timeEnd("WorkflowTester") console.log("DONE");