Skip to content

Commit

Permalink
chore: Replace fancy-log dependency with appium logger (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Aug 2, 2024
1 parent ab7ad30 commit 0abefda
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 @@ -38,7 +38,6 @@
"appium-ios-device": "^2.0.0",
"asyncbox": "^3.0.0",
"bluebird": "^3.4.7",
"fancy-log": "^2.0.0",
"glob": "^10.3.3",
"lodash": "^4.17.11",
"source-map-support": "^0.x",
Expand Down
4 changes: 3 additions & 1 deletion scripts/common.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
const path = require('path');
const log = require('fancy-log');
const {logger} = require('@appium/support');
const fs = require('fs');
const { exec } = require('teen_process');
const { glob } = require('glob');

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

const SELENIUM_BRANCH = 'selenium-4.19.0';
const SELENIUM_GITHUB = 'https://github.com/SeleniumHQ/selenium.git';

Expand Down

0 comments on commit 0abefda

Please sign in to comment.