Skip to content

Commit 2fbf45b

Browse files
authored
fix
1 parent a1bb296 commit 2fbf45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pyjs/pre_js/load_pkg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Module["bootstrap_from_empack_packed_environment"] = async function
287287
console.log("fetchAndUntarAll");
288288
}
289289
let shared_libs = await Promise.all(
290-
...packages.map(pkg => fetchAndUntar(package_tarballs_root_url, python_is_ready_promise, pkg, verbose)),
290+
...all_packages.map(pkg => fetchAndUntar(package_tarballs_root_url, python_is_ready_promise, pkg, verbose)),
291291
...all_mount_points.map(pkg => fetchAndUntar(package_tarballs_root_url, python_is_ready_promise, pkg, verbose))
292292
);
293293

0 commit comments

Comments
 (0)