Revert "Update diagnostics"

This reverts commit 854a02b63f.
This commit is contained in:
bergware
2025-04-24 19:10:59 +02:00
parent 854a02b63f
commit bbdf5c70bb

View File

@@ -48,6 +48,7 @@ function write(...$messages){
foreach ($messages as $message) publish('diagnostics', $message);
}
// Modify run function to include error logging
function run($cmd, &$save=null, $timeout=30) {
// output command for display
write($cmd);