From f64c7647ac839aed48bf45c7a44cb73d5795a149 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 26 Mar 2026 17:02:13 +0100 Subject: [FEAT] Frontend: Add `try` syntax, frontend nsan (Nectar Sanitizer) checks added. And installer updates. Signed-off-by: Amlal El Mahrouss --- src/DebuggerKit/src/NeSystem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DebuggerKit') diff --git a/src/DebuggerKit/src/NeSystem.cpp b/src/DebuggerKit/src/NeSystem.cpp index 381d2db..287a50a 100644 --- a/src/DebuggerKit/src/NeSystem.cpp +++ b/src/DebuggerKit/src/NeSystem.cpp @@ -18,8 +18,8 @@ using namespace DebuggerKit::NeKernel; NeSystemDebugger::NeSystemDebugger() = default; NeSystemDebugger::~NeSystemDebugger() = default; -bool NeSystemDebugger::Attach(const CompilerKit::STLString& path, const CompilerKit::STLString& argv, - ProcessID& pid) noexcept { +bool NeSystemDebugger::Attach(const CompilerKit::STLString& path, + const CompilerKit::STLString& argv, ProcessID& pid) noexcept { if (path.empty() || argv.empty()) return NO; m_socket = ::socket(AF_INET, SOCK_STREAM, 0); -- cgit v1.2.3