We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9521914 commit 980ae55Copy full SHA for 980ae55
1 file changed
pio/src/main/java/com/projectkr/shell/SplashActivity.kt
@@ -203,6 +203,8 @@ class SplashActivity : AppCompatActivity() {
203
else
204
ShellExecutor.getRuntime()
205
process?.let { proc ->
206
+ readStreamAsync(proc.inputStream.bufferedReader())
207
+ readStreamAsync(proc.errorStream.bufferedReader())
208
DataOutputStream(proc.outputStream).use { os ->
209
ScriptEnvironmen.executeShell(
210
this@SplashActivity,
0 commit comments