-
James D. Lin authored
`assert(app is IOSApp)` fails if `app` is null, and `app` is an optional argument. `app` is passed to `_IOSSimulatorLogReader`, which already handles it being null.
`assert(app is IOSApp)` fails if `app` is null, and `app` is an optional argument. `app` is passed to `_IOSSimulatorLogReader`, which already handles it being null.
HIAST - GitLab