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