8000 Fix #1765 - Pass the optional config `interpreter` value (#1768) · pyscript/pyscript@dffac64 · GitHub
[go: up one dir, main page]

Skip to content

Commit dffac64

Browse files
Fix #1765 - Pass the optional config interpreter value (#1768)
1 parent 97699ea commit dffac64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyscript.core/src/core.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ for (const [TYPE, interpreter] of TYPES) {
130130
config,
131131
interpreter,
132132
env: `${TYPE}-script`,
133+
version: config?.interpreter,
133134
onerror(error, element) {
134135
errors.set(element, error);
135136
},

0 commit comments

Comments
 (0)
0