Skip to content

Commit f8c1cdf

Browse files
committed
fix: fix command for LTS node
1 parent 6aeea75 commit f8c1cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/tools/make_sure_emulator_is_ready.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var checkBootAnimationPropertyExec = require('child_process').exec,
77

88
var runOnDeviceOrEmulator = process.argv[2];
99

10-
checkBootAnimationPropertyExec("", check)
10+
checkBootAnimationPropertyExec("empty", check)
1111

1212
function check() {
1313
closeProcessAfter(processTimeout);

0 commit comments

Comments
 (0)