There was an error while loading. Please reload this page.
1 parent e35a75e commit 513f1d2Copy full SHA for 513f1d2
1 file changed
scripts/download-wda-sim.mjs
@@ -1,10 +1,10 @@
1
import {fs, logger, zip} from '@appium/support';
2
-import { fileURLToPath } from 'url';
3
-import path from 'path';
4
import http from 'http';
5
import https from 'https';
6
-import os from 'os';
7
import _ from 'lodash';
+import os from 'os';
+import path from 'path';
+import { fileURLToPath } from 'url';
8
import { parseArgValue } from './utils.mjs';
9
10
const DEFAULT_DEST_DIR = 'wda';
0 commit comments