Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Basthon
Basthon Kernel
Commits
25dc8953
Commit
25dc8953
authored
Dec 11, 2020
by
Romain Casati
Browse files
Typos.
parent
f7718d7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/basthon.js
View file @
25dc8953
...
...
@@ -225,9 +225,7 @@ var Basthon = (function() {
that
.
pythonVersion
=
sys
.
version
;
that
.
packages
.
init
();
// reading basthon.py.js from same folder than current script
return
pyodide
.
runPythonAsync
(
"
import pyodide ; pyodide.eval_code(pyodide.open_url('
"
+
that
.
basthonRoot
+
"
/basthon.py.js').getvalue(), globals())
"
);
return
pyodide
.
runPythonAsync
(
`import pyodide ; pyodide.eval_code(pyodide.open_url('
${
that
.
basthonRoot
}
/basthon.py.js').getvalue(), globals())`
);
};
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment