Skip to content

Commit

Permalink
Update src/backend/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mathis Dröge <[email protected]>
  • Loading branch information
flavioislima and CommandMC authored Nov 21, 2023
1 parent 953d601 commit 73acce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ async function extractFiles({ path, destination, strip = 0 }: ExtractOptions) {
try {
await extractNative(path, destination, strip)
} catch (error) {
logError(`Error: ${error}`, LogPrefix.Backend)
logError(['Error:', error], LogPrefix.Backend)
}
} else {
try {
Expand Down

0 comments on commit 73acce8

Please sign in to comment.