Less plug:run noise

This commit is contained in:
Zef Hemel
2023-08-15 07:55:07 +02:00
parent 4dbbc31cb9
commit 24100afedb
2 changed files with 3 additions and 3 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ export async function plugRunCommand(
port,
hostname,
);
console.log("Output", result);
if (result) {
console.log("Output", result);
}
Deno.exit(0);
} catch (e: any) {
console.error(e.message);