This commit is contained in:
nuno maduro
2026-08-06 22:19:47 +01:00
parent b49ba062d5
commit ca56ca5216
3 changed files with 390 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ $run = function (): ?string {
['COLLISION_PRINTER' => 'DefaultPrinter', 'COLLISION_IGNORE_DURATION' => 'true', 'PAO_DISABLE' => '1'],
);
$process->setTimeout(300.0);
$process->run();
return removeAnsiEscapeSequences($process->getOutput());