mirror of https://github.com/node-red/node-red.git
typo
parent
4410ce1486
commit
1c6dcd373d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
**/
|
||||
const clone = rrequire("rfdc")({proto:true, circles: true});
|
||||
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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue