mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge pull request #4352 from anshumanr/rfdc
changed cloning library to rfdc for runtime module
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
**/
|
||||
|
||||
var clone = require("clone");
|
||||
var clone = require("rfdc")({proto:true, circles: true});
|
||||
|
||||
var Flow = require('./Flow');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user