We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 066496d + 3898337 commit 0213cb4Copy full SHA for 0213cb4
include/pyjs/pre_js/load_pkg.js
@@ -144,8 +144,6 @@ Module["bootstrap_from_empack_packed_environment"] = async function
144
{
145
try{
146
147
- verbose=true;
148
-
149
function splitPackages(packages) {
150
// find package with name "python" and remove it from the list
151
let python_package = undefined
@@ -322,4 +320,4 @@ Module["bootstrap_from_empack_packed_environment"] = async function
322
320
console.log("error in bootstrapping process")
323
321
console.error(e);
324
}
325
-}
+}
0 commit comments