mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Adding test for registry cheerio
This commit is contained in:
@@ -197,7 +197,7 @@ function loadTemplate(nodeInfo) {
|
||||
|
||||
var content = fs.readFileSync(templateFilename,'utf8');
|
||||
|
||||
$ = cheerio.load(content);
|
||||
var $ = cheerio.load(content);
|
||||
var template = "";
|
||||
var script = "";
|
||||
$("*").each(function(i,el) {
|
||||
|
Reference in New Issue
Block a user