Skip to content

Commit 2dbe58a

Browse files
authored
Update interpreter.html
1 parent 779ccc1 commit 2dbe58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/interpreter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h3>Select a folder to run Bitcoin Scripts</h3>
221221

222222
function preprocess(text, fileName) {
223223
if (fileName.endsWith('.js'))
224-
return compileScript(text)
224+
return preprocessJS(text)
225225
else
226226
return text
227227
}

0 commit comments

Comments
 (0)