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 0f8a5c1 commit da1ad85Copy full SHA for da1ad85
src/index.ts
@@ -126,7 +126,7 @@ export const getCurrentFuseWire = async (
126
127
if (fuseWirePosition - SENTINEL.length === -1) {
128
throw new Error(
129
- 'Could not find sentinel in the provided ELectron binary, fuses are only supported in Electron 12 and higher',
+ 'Could not find sentinel in the provided Electron binary, fuses are only supported in Electron 12 and higher',
130
);
131
}
132
const fuseWireVersion = (electron[fuseWirePosition] as any) as FuseVersion;
0 commit comments