Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Commit 02ea609

Browse files
committed
format better-sqlite3 rebuild script
1 parent e742774 commit 02ea609

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/rebuild-better-sqlite3-electron.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ console.log(`better-sqlite3 built for Electron ${electronVersion}.`);
7777
// workspace-server's Node-ABI binary, which the DB unit tests load directly.
7878
const builtBinary = path.join(moduleDir, "build/Release/better_sqlite3.node");
7979
if (!existsSync(builtBinary)) {
80-
throw new Error(`Expected built binary at ${builtBinary} but none was found.`);
80+
throw new Error(
81+
`Expected built binary at ${builtBinary} but none was found.`,
82+
);
8183
}
8284

8385
const rootVersion = JSON.parse(

0 commit comments

Comments
 (0)