mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Tidy up node-red-nodes
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = function(RED) {
|
||||
browser.start();
|
||||
|
||||
node.on("close", function () {
|
||||
browser.stop();
|
||||
if (browser) { browser.stop(); }
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user