Skip to content

Commit

Permalink
add logs to listener (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudharsan-selvaraj authored Jan 25, 2024
1 parent 5c79393 commit 6bb0aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export class AppiumInterceptorPlugin extends BasePlugin {
throw new Error('Proxy is not active for current session');
}

log.info(`Stopping listener with id: ${id}`);
return proxy.removeSniffer(id);
}

Expand Down

0 comments on commit 6bb0aa8

Please sign in to comment.