mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Bit more of a shuffle round of the shutdown handling
This commit is contained in:
@@ -33,10 +33,10 @@ var RED = {
|
||||
},
|
||||
|
||||
start: server.start,
|
||||
stop: server.stop,
|
||||
nodes: nodes,
|
||||
library: library,
|
||||
events: events,
|
||||
stop: nodes.closedown,
|
||||
events: events
|
||||
};
|
||||
|
||||
RED.__defineGetter__("app", function() { return server.app });
|
||||
|
Reference in New Issue
Block a user