mirror of https://github.com/node-red/node-red.git
Remove unnecessary semi-colon
parent
014fca2d61
commit
d1300c0632
|
@ -95,7 +95,7 @@ function parseConfig() {
|
|||
// Clean up any orphaned credentials
|
||||
credentials.clean(flowNodes.get);
|
||||
events.emit("nodes-started");
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Stops the current activeConfig
|
||||
|
|
Loading…
Reference in New Issue