fix #3088 (this time for real?)

snap8
Jens Mönig 2022-07-31 21:21:20 +02:00
rodzic 3a2bc2cc1b
commit 9afe325dc2
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1679,7 +1679,8 @@ Process.prototype.evaluateCustomBlock = function () {
this.context.parentContext = runnable;
// capture the runtime environment in "this script"
self = copy(runnable);
self = copy(context);
self.outerContext = outer;
// passing parameters if any were passed
if (parms.length > 0) {