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.
1 parent ab8fe6c commit cc58b36Copy full SHA for cc58b36
src/bindings/getLlama.ts
@@ -1,6 +1,5 @@
1
import process from "process";
2
import path from "path";
3
-import sea from "node:sea";
4
import console from "console";
5
import {createRequire} from "module";
6
import {
@@ -915,9 +914,6 @@ function getShouldTestBinaryBeforeLoading({
915
914
platformInfo: BinaryPlatformInfo,
916
buildMetadata: BuildMetadataFile
917
}) {
918
- if (sea.isSea()) {
919
- return false;
920
- }
921
if (platform === "linux") {
922
if (isPrebuiltBinary)
923
return true;
0 commit comments