diff --git a/index.js b/index.js index 3c62952..fa3cc1e 100644 --- a/index.js +++ b/index.js @@ -13,7 +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");