mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	using rfdc to clone flows
This commit is contained in:
		| @@ -14,7 +14,7 @@ | ||||
|  * limitations under the License. | ||||
|  **/ | ||||
|  | ||||
| const clone = require("clone"); | ||||
| const clone = require("rfdc")({proto:true, circles: true}); | ||||
| const redUtil = require("@node-red/util").util; | ||||
| const events = require("@node-red/util").events; | ||||
| const flowUtil = require("./util"); | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
|  * limitations under the License. | ||||
|  **/ | ||||
|  | ||||
| var clone = require("clone"); | ||||
| const clone = require("rfdc")({proto:true, circles: true}); | ||||
|  | ||||
| var Flow = require('./Flow'); | ||||
|  | ||||
|   | ||||
| @@ -13,7 +13,7 @@ | ||||
|  * See the License for the specific language governing permissions and | ||||
|  * limitations under the License. | ||||
|  **/ | ||||
| const clone = require("clone"); | ||||
| const clone = require("rfdc")({proto:true, circles: true}); | ||||
| const redUtil = require("@node-red/util").util; | ||||
| const Log = require("@node-red/util").log; | ||||
| const typeRegistry = require("@node-red/registry"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user