mirror of https://github.com/node-red/node-red.git
parent
6c3913785d
commit
9b938f6515
|
@ -234,7 +234,7 @@ function createContext(id,seed,parent) {
|
|||
if (err.code === "INVALID_EXPR") {
|
||||
throw err;
|
||||
}
|
||||
value[0] = undefined;
|
||||
values[0] = undefined;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
@ -246,7 +246,7 @@ function createContext(id,seed,parent) {
|
|||
if (err.code === "INVALID_EXPR") {
|
||||
throw err;
|
||||
}
|
||||
value[i] = undefined;
|
||||
values[i] = undefined;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue