Fix #1765 - Pass the optional config interpreter value (#1768)

This commit is contained in:
Andrea Giammarchi
2023-09-28 17:49:11 +02:00
committed by GitHub
parent 97699eaded
commit dffac642a1

View File

@@ -130,6 +130,7 @@ for (const [TYPE, interpreter] of TYPES) {
config,
interpreter,
env: `${TYPE}-script`,
version: config?.interpreter,
onerror(error, element) {
errors.set(element, error);
},