Migrate iOSContainerUtility
Summary: TSC actually found a type error here in `safeExec` which is nice. Reviewed By: danielbuechele Differential Revision: D16666740 fbshipit-source-id: 28a1ad12190d2351a48323f23c3a69947503625d
This commit is contained in:
committed by
Facebook Github Bot
parent
5f3e84a96e
commit
3c2d9973e5
@@ -14,7 +14,7 @@ import path from 'path';
|
||||
import child_process from 'child_process';
|
||||
const execFile = child_process.execFile;
|
||||
import IOSDevice from '../devices/IOSDevice';
|
||||
import iosUtil from '../fb-stubs/iOSContainerUtility';
|
||||
import iosUtil from '../fb-stubs/iOSContainerUtility.tsx';
|
||||
import isProduction from '../utils/isProduction.js';
|
||||
import GK from '../fb-stubs/GK.tsx';
|
||||
import {registerDeviceCallbackOnPlugins} from '../utils/onRegisterDevice.js';
|
||||
|
||||
Reference in New Issue
Block a user