Skip to content

Commit

Permalink
chore: Replace fancy-log dependency with appium logger (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Aug 2, 2024
1 parent fc49f0b commit afc40ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion install-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

const fs = require('fs');
const path = require('path');
const log = require('fancy-log');
const {logger} = require('appium/support');

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

async function installWadServer () {
if (process.platform !== 'win32') {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"dependencies": {
"asyncbox": "^3.0.0",
"bluebird": "^3.5.1",
"fancy-log": "^2.0.0",
"lodash": "^4.6.1",
"portscanner": "^2.2.0",
"source-map-support": "^0.x",
Expand Down

0 comments on commit afc40ce

Please sign in to comment.