1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 02:34:39 +01:00
This commit is contained in:
Daniil Gentili 2023-03-17 11:30:40 +01:00
parent a6d3ac7771
commit 1970ee0ec0

View File

@ -327,7 +327,7 @@ abstract class AsyncTools extends StrTools
} finally { } finally {
Magic::togglePeriodicLogging(); Magic::togglePeriodicLogging();
} }
return \array_shift($lines); return \array_shift($lines) ?? '';
} }
/** /**
* Asynchronously write to stdout/browser. * Asynchronously write to stdout/browser.