Minor code fixes.

This commit is contained in:
Andrey Antukh
2020-09-10 09:27:14 +02:00
committed by Alonso Torres
parent 91aa8862ff
commit 8aad43883f
3 changed files with 3 additions and 5 deletions

View File

@@ -11,6 +11,6 @@ wait_file() {
((++wait_seconds))
}
wait_file "target/exporter.js" 120 && {
node target/exporter.js
wait_file "target/app.js" 120 && {
node target/app.js
}