mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add more debug
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user