mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 02:34:39 +01:00
Fixup
This commit is contained in:
parent
a6d3ac7771
commit
1970ee0ec0
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user