We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb89e1f commit 8ec7aa7Copy full SHA for 8ec7aa7
package.json
@@ -95,7 +95,6 @@
95
"chai": "^5.1.1",
96
"chai-as-promised": "^8.0.0",
97
"conventional-changelog-conventionalcommits": "^8.0.0",
98
- "fancy-log": "^2.0.0",
99
"mocha": "^10.0.0",
100
"prettier": "^3.0.3",
101
"rimraf": "^5.0.0",
scripts/reset.js
@@ -1,6 +1,8 @@
1
const { ADB } = require('appium-adb');
2
const B = require('bluebird');
3
-const log = require('fancy-log');
+const {logger} = require('appium/support');
4
+
5
+const log = logger.getLogger('UIA2Reset');
6
7
const SERVER_PKGS = [
8
'io.appium.uiautomator2.server',
0 commit comments