github ci

This commit is contained in:
Robin Appelman 2021-03-02 17:58:35 +01:00
commit 80a4edf0ef
9 changed files with 144 additions and 6 deletions

View file

@ -82,7 +82,7 @@ class Connection extends RawConnection {
break;
}
} else {
$output[] .= $line;
$output[] = $line;
}
$line = $this->readLine();
}