mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge branch 'master' into dev
This commit is contained in:
		@@ -152,6 +152,7 @@ RED.palette = (function() {
 | 
			
		||||
    function getPaletteNode(type) {
 | 
			
		||||
        return $(".red-ui-palette-node[data-palette-type='"+type+"']");
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    function addNodeType(nt,def) {
 | 
			
		||||
        if (getPaletteNode(nt).length) {
 | 
			
		||||
            return;
 | 
			
		||||
 
 | 
			
		||||
@@ -291,7 +291,7 @@ class Flow {
 | 
			
		||||
                if (this.subflowInstanceNodes[stopList[i]]) {
 | 
			
		||||
                    try {
 | 
			
		||||
                        (function(subflow) {
 | 
			
		||||
                            promises.push(stopNode(node,false).then(() => { subflow.stop() }));
 | 
			
		||||
                            promises.push(stopNode(node,false).then(() => subflow.stop()));
 | 
			
		||||
                        })(this.subflowInstanceNodes[stopList[i]]);
 | 
			
		||||
                    } catch(err) {
 | 
			
		||||
                        node.error(err);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user