Skip to content

Commit

Permalink
Fix PTPDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Jun 12, 2024
1 parent e987830 commit 3513359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/PTPDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ export class PTPDevice extends EventEmitter<EventTypes> {

this.#console.info(
'transferInBulk',
'type=' + PTPBlockType[type] ?? type,
'type=' + PTPBlockType[type],
'code=' + toHexString(code, 2),
'id=' + transactionId,
'payload=',
Expand Down

0 comments on commit 3513359

Please sign in to comment.