mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
Add emulator-launcher.
This commit is contained in:
@@ -30,3 +30,9 @@ function checkHeadless(headless) {
|
||||
}
|
||||
}
|
||||
exports.checkHeadless = checkHeadless;
|
||||
function checkDisableAnimations(disableAnimations) {
|
||||
if (disableAnimations !== 'true' && disableAnimations !== 'false') {
|
||||
throw new Error(`Input for input.disable-animations should be either 'true' or 'false'.`);
|
||||
}
|
||||
}
|
||||
exports.checkDisableAnimations = checkDisableAnimations;
|
||||
|
||||
Reference in New Issue
Block a user