Migration of Basedevice from js to tsx
Summary: Converted BaseDevice from js to tsx Reviewed By: passy Differential Revision: D16648356 fbshipit-source-id: 12954532acf91930ab8c5f995bb94f6f9fe44015
This commit is contained in:
committed by
Facebook Github Bot
parent
fe5df63d41
commit
604e6d761f
@@ -5,7 +5,7 @@
|
||||
* @format
|
||||
*/
|
||||
import {promisify} from 'util';
|
||||
import type {DeviceType} from '../devices/BaseDevice';
|
||||
import type {DeviceType} from '../devices/BaseDevice.tsx';
|
||||
const exec = promisify(require('child_process').exec);
|
||||
|
||||
const errorMessage = 'Physical iOS devices not yet supported';
|
||||
|
||||
Reference in New Issue
Block a user