Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Jan 2, 2025
1 parent f44fb03 commit 5e75007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion APP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.19
1.0.21
2 changes: 1 addition & 1 deletion src/console_output.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static function init() {
* @param string $message The message to write to console
* @return void
*/
private static function write($message) {
public static function write($message) {
if (self::$semaphore === null) {
self::init();
}
Expand Down

0 comments on commit 5e75007

Please sign in to comment.