Skip to content

Commit 6bb0aa8

Browse files
add logs to listener (#19)
1 parent 5c79393 commit 6bb0aa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ export class AppiumInterceptorPlugin extends BasePlugin {
157157
throw new Error('Proxy is not active for current session');
158158
}
159159

160+
log.info(`Stopping listener with id: ${id}`);
160161
return proxy.removeSniffer(id);
161162
}
162163

0 commit comments

Comments
 (0)