1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Remove unused variable

This commit is contained in:
Håkon Løvdal 2023-09-17 17:30:28 +02:00
parent 397b4a22bb
commit 3cabe56940

View File

@ -370,7 +370,6 @@ function loadNodeSet(node) {
} catch(err) {
node.err = err;
var stack = err.stack;
var message;
if (stack) {
var filePath = node.file;
try {