Skip to content

Commit

Permalink
chore: Replace fancy-log dependency with appium logger (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Aug 2, 2024
1 parent cb89e1f commit 8ec7aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"fancy-log": "^2.0.0",
"mocha": "^10.0.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.0",
Expand Down
4 changes: 3 additions & 1 deletion scripts/reset.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const { ADB } = require('appium-adb');
const B = require('bluebird');
const log = require('fancy-log');
const {logger} = require('appium/support');

const log = logger.getLogger('UIA2Reset');

const SERVER_PKGS = [
'io.appium.uiautomator2.server',
Expand Down

0 comments on commit 8ec7aa7

Please sign in to comment.