We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aeea75 commit f8c1cdfCopy full SHA for f8c1cdf
test-app/tools/make_sure_emulator_is_ready.js
@@ -7,7 +7,7 @@ var checkBootAnimationPropertyExec = require('child_process').exec,
7
8
var runOnDeviceOrEmulator = process.argv[2];
9
10
-checkBootAnimationPropertyExec("", check)
+checkBootAnimationPropertyExec("empty", check)
11
12
function check() {
13
closeProcessAfter(processTimeout);
0 commit comments