mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
typo
This commit is contained in:
parent
d84cdca43e
commit
8e1a21e682
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* 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 redUtil = require("@node-red/util").util;
|
||||||
const Log = require("@node-red/util").log;
|
const Log = require("@node-red/util").log;
|
||||||
const typeRegistry = require("@node-red/registry");
|
const typeRegistry = require("@node-red/registry");
|
||||||
|
Loading…
Reference in New Issue
Block a user