Skip to content

Commit

Permalink
fix: Update script import
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Aug 2, 2024
1 parent f64b956 commit 22ee3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/open-wda.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('node:path');
const {exec} = require('teen_process');
const {logger} = require('@appium/support');
const {logger} = require('appium/support');
const XCODEPROJ_NAME = 'WebDriverAgentMac.xcodeproj';

const log = logger.getLogger('WDA');
Expand Down

0 comments on commit 22ee3f5

Please sign in to comment.