Update diagnostics

This commit is contained in:
bergware
2025-04-24 19:03:22 +02:00
parent e45853b28c
commit 854a02b63f

View File

@@ -48,7 +48,6 @@ 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);