Skip to content

Commit 8ec7aa7

Browse files
chore: Replace fancy-log dependency with appium logger (#809)
1 parent cb89e1f commit 8ec7aa7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"chai": "^5.1.1",
9696
"chai-as-promised": "^8.0.0",
9797
"conventional-changelog-conventionalcommits": "^8.0.0",
98-
"fancy-log": "^2.0.0",
9998
"mocha": "^10.0.0",
10099
"prettier": "^3.0.3",
101100
"rimraf": "^5.0.0",

scripts/reset.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
const { ADB } = require('appium-adb');
22
const B = require('bluebird');
3-
const log = require('fancy-log');
3+
const {logger} = require('appium/support');
4+
5+
const log = logger.getLogger('UIA2Reset');
46

57
const SERVER_PKGS = [
68
'io.appium.uiautomator2.server',

0 commit comments

Comments
 (0)