From 3806a599181fc7e0750f27da17e222fe624e2d31 Mon Sep 17 00:00:00 2001 From: Noor-ul-ain001 Date: Wed, 26 Aug 2026 17:41:38 +0500 Subject: [PATCH] fix(events): stop falling back to a fake "pwsh" argv when no launcher exists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `_resolve_event_command_argv`'s `ps` branch did: launcher = shutil.which("pwsh") or shutil.which("powershell") or "pwsh" When neither `pwsh` nor `powershell` is on PATH, this silently returns `["pwsh", "-File",