Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async clean () {
await this.endSimulatorDaemon();
log.info(`Cleaning simulator ${this.udid}`);
await simctl.eraseDevice(this.udid, 10000);
}
async clean () {
log.info(`Cleaning simulator ${this.udid}`);
await eraseDevice(this.udid, 10000);
}