File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ if (mode === 'read') {
62
62
63
63
getCurrentFuseWire ( argv . app )
64
64
. then ( ( config ) => {
65
- const { version, resetAdHocDarwinSignature, ...rest } = config ;
65
+ const { version, resetAdHocDarwinSignature, ignoreNotSupportedFuses , ...rest } = config ;
66
66
console . log ( `Fuse Version: ${ chalk . cyan ( `v${ version } ` ) } ` ) ;
67
67
68
68
switch ( config . version ) {
@@ -101,7 +101,7 @@ if (mode === 'read') {
101
101
102
102
getCurrentFuseWire ( argv . app )
103
103
. then ( ( config ) => {
104
- const { version, resetAdHocDarwinSignature, ...rest } = config ;
104
+ const { version, resetAdHocDarwinSignature, ignoreNotSupportedFuses , ...rest } = config ;
105
105
console . log ( `Fuse Version: ${ chalk . cyan ( `v${ version } ` ) } ` ) ;
106
106
107
107
const keyPairs = argv . _ || [ ] ;
You can’t perform that action at this time.
0 commit comments