Skip to content

Commit 4217402

Browse files
committed
Linting fixes
1 parent 938dfac commit 4217402

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/bindings/getLlama.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import process from "process";
22
import path from "path";
3-
import sea from 'node:sea';
3+
import sea from "node:sea";
44
import console from "console";
55
import {createRequire} from "module";
66
import {
@@ -915,7 +915,9 @@ function getShouldTestBinaryBeforeLoading({
915915
platformInfo: BinaryPlatformInfo,
916916
buildMetadata: BuildMetadataFile
917917
}) {
918-
if (sea.isSea()) { return false }
918+
if (sea.isSea()) {
919+
return false;
920+
}
919921
if (platform === "linux") {
920922
if (isPrebuiltBinary)
921923
return true;

0 commit comments

Comments
 (0)