Skip to content

Commit da1ad85

Browse files
author
Kyrylo Hrechykhin
committed
fixed small formatting issue
1 parent 0f8a5c1 commit da1ad85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const getCurrentFuseWire = async (
126126

127127
if (fuseWirePosition - SENTINEL.length === -1) {
128128
throw new Error(
129-
'Could not find sentinel in the provided ELectron binary, fuses are only supported in Electron 12 and higher',
129+
'Could not find sentinel in the provided Electron binary, fuses are only supported in Electron 12 and higher',
130130
);
131131
}
132132
const fuseWireVersion = (electron[fuseWirePosition] as any) as FuseVersion;

0 commit comments

Comments
 (0)