Skip to content

Commit b38d2e8

Browse files
build: fix bin tsc
1 parent 73b784f commit b38d2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if (mode === 'read') {
6363

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

6969
switch (config.version) {

0 commit comments

Comments
 (0)