Skip to content

Commit

Permalink
fix(custom): 兼容 类型
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKk committed Oct 24, 2023
1 parent 61fd9af commit c92bac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const CONFIG: Configuration = {
ok(`The following is the content of manifest.json.`, { verbose: false })

// eslint-disable-next-line no-console
console.dir(JSON.parse(files[manifest]), { depth: null, colors: true })
console.dir(JSON.parse(files[manifest].toString()), { depth: null, colors: true })
warn('Please compare the contents above and ./manifest.json.', { verbose: false })
})
},
Expand Down

0 comments on commit c92bac6

Please sign in to comment.