Skip to content

Commit e71b034

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/tools/try_to_find_test_result_file.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var
1010
processTimeout = 20 * 60 * 1000, // 20 minutes timeout (empirical constant :))
1111
searchInterval = 10 * 1000;
1212

13-
searchForFile("", getFile);
13+
searchForFile("empty", getFile);
1414

1515
var runOnDeviceOrEmulator = process.argv[2];
1616

0 commit comments

Comments
 (0)