From 9a960396915b829af188f5dd9969f3d862b81ab6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Sep 2017 17:20:00 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spawn.vala b/Spawn.vala index f1fa8cbb..c9e67f5d 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -60,7 +60,7 @@ static int main (string[] args) { public delegate void SpawnOutput(string line); public delegate void SpawnErr(string line); public delegate string SpawnInput(); -public delegate void SpawnFinish(int result); +public delegate void SpawnFinish(int result, string output); public class SpawnConfig { -- 2.39.2