Is it possible to disable loader (\ | / -) on app's building?

Hi!
First of all – thank you so much for great experience using Expo app.

We’ve configured Expo in our Gitlab’s CI setup so we can build .apk. It works great, but…

|13:14:47 [exp] Waiting for build to complete. You can press Ctrl+C to exit.

/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|

etc.

We have a lot of texts like this while building. 90% of our build messages are loading characters.
Is it possible to disable it by some parameter (or something)?

Thanks
Marcin

Hi - I don’t think we have a way to disable the loading indicator right now. It probably should not show progress when stdio is not connected to a TTY. In the meantime, you could probably pipe exp’s output through a small script that filters out lines that solely consist of |/-\ followed by a newline.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.