From 220803ec408190f0f6b161c21601ac97ec0b5a73 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 13 Jul 2019 12:29:44 -0500 Subject: [PATCH] undo launchSettings accidental change --- src/FilterLists.Agent/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Agent/Properties/launchSettings.json b/src/FilterLists.Agent/Properties/launchSettings.json index a02dfd832..b4a3e74ce 100644 --- a/src/FilterLists.Agent/Properties/launchSettings.json +++ b/src/FilterLists.Agent/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "FilterLists.Agent": { "commandName": "Project", - "commandLineArgs": "-v" + "commandLineArgs": "-a -v" } } } \ No newline at end of file