mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 22:14:39 +01:00
Fixup
This commit is contained in:
parent
a6d3ac7771
commit
1970ee0ec0
@ -327,7 +327,7 @@ abstract class AsyncTools extends StrTools
|
||||
} finally {
|
||||
Magic::togglePeriodicLogging();
|
||||
}
|
||||
return \array_shift($lines);
|
||||
return \array_shift($lines) ?? '';
|
||||
}
|
||||
/**
|
||||
* Asynchronously write to stdout/browser.
|
||||
|
Loading…
Reference in New Issue
Block a user