Add more debug

This commit is contained in:
Nick O'Leary
2024-03-22 15:59:55 +00:00
parent 884bbe01f0
commit 0c2be73a88
2 changed files with 4 additions and 3 deletions

View File

@@ -271,12 +271,12 @@ function getFlows() {
return activeConfig;
}
async function start(type,diff,muteLog,isDeploy) {
async function start(type,diff,muteLog,isDeploy, traceError) {
type = type || "full";
if (diff && diff.globalConfigChanged) {
type = 'full'
}
lastStarterStack = new Error('Flows started here').stack
lastStarterStack = traceError || new Error('Flows started here').stack
started = true;
state = 'start'
var i;