Skip to content

Commit

Permalink
Mark enableTracing as optional (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Feb 19, 2024
1 parent 4874f05 commit 7c0a69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esploader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export interface LoaderOptions {
* @type {boolean}
*/
debugLogging?: boolean;
enableTracing: boolean;
enableTracing?: boolean;
}

type FlashReadCallback = ((packet: Uint8Array, progress: number, totalSize: number) => void) | null;
Expand Down

0 comments on commit 7c0a69c

Please sign in to comment.