changed cloning library to rfdc

This commit is contained in:
asr
2023-09-14 11:40:36 -04:00
parent cef3a01042
commit 4410ce1486
9 changed files with 9294 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
**/
var clone = require("clone");
var clone = require("rfdc")({proto:true, circles: true});
var Flow = require('./Flow');