From 65fce0de6158194bf33cc9802d899e695a6247ef Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Thu, 31 Aug 2023 23:39:24 -0700 Subject: [PATCH] fix errors with debug adapter proxy --- .../DarkId.Papyrus.DebugAdapterProxy.Skyrim.csproj | 6 +++--- src/DarkId.Papyrus.DebugAdapterProxy/Program.cs | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/DarkId.Papyrus.DebugAdapterProxy/DarkId.Papyrus.DebugAdapterProxy.Skyrim.csproj b/src/DarkId.Papyrus.DebugAdapterProxy/DarkId.Papyrus.DebugAdapterProxy.Skyrim.csproj index 07ffb9b2..e54909ff 100644 --- a/src/DarkId.Papyrus.DebugAdapterProxy/DarkId.Papyrus.DebugAdapterProxy.Skyrim.csproj +++ b/src/DarkId.Papyrus.DebugAdapterProxy/DarkId.Papyrus.DebugAdapterProxy.Skyrim.csproj @@ -28,12 +28,12 @@ - + - - + + diff --git a/src/DarkId.Papyrus.DebugAdapterProxy/Program.cs b/src/DarkId.Papyrus.DebugAdapterProxy/Program.cs index bf0ebf9b..2383d211 100644 --- a/src/DarkId.Papyrus.DebugAdapterProxy/Program.cs +++ b/src/DarkId.Papyrus.DebugAdapterProxy/Program.cs @@ -107,6 +107,7 @@ static int Main(string[] args) }) .WithNotParsed((error) => { + logger.LogError("Could not parse arguments! Adapter will exit..."); exitCode = 1; });