Skip to content

Commit

Permalink
tune export
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jul 3, 2024
1 parent d2b8794 commit 07307b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/device-log/ios-crash-log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface IOSCrashLogOptions {
log: AppiumLogger;
}

class IOSCrashLog extends IOSLog<TSerializedEntry, TSerializedEntry> {
export class IOSCrashLog extends IOSLog<TSerializedEntry, TSerializedEntry> {
private readonly _udid: string | undefined;
private readonly _realDeviceClient: BaseDeviceClient | null;
private readonly _logDir: string | null;
Expand Down Expand Up @@ -152,5 +152,4 @@ class IOSCrashLog extends IOSLog<TSerializedEntry, TSerializedEntry> {
}
}

export {IOSCrashLog};
export default IOSCrashLog;

0 comments on commit 07307b4

Please sign in to comment.