Skip to content

Commit

Permalink
build: fix bin tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Mar 25, 2024
1 parent 73b784f commit b38d2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if (mode === 'read') {

getCurrentFuseWire(argv.app)
.then((config) => {
const { version, resetAdHocDarwinSignature, ...rest } = config;
const { version, resetAdHocDarwinSignature, strictlyRequireAllFuses, ...rest } = config;
console.log(`Fuse Version: ${chalk.cyan(`v${version}`)}`);

switch (config.version) {
Expand Down

0 comments on commit b38d2e8

Please sign in to comment.