From 24154a14f970db99c1aaa20a94777a2c04d7e2c8 Mon Sep 17 00:00:00 2001 From: programming-with-ia Date: Wed, 25 Dec 2024 19:30:42 +0500 Subject: [PATCH] `private HandleError()` method --- .../Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Main.cs b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Main.cs index 5d6dbcfc578a..43bafe1c1cec 100644 --- a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Main.cs +++ b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Main.cs @@ -258,7 +258,7 @@ private bool OpenInExplorer(string path) return true; } - public void HandleError(string msg, Exception exception = null, bool showMsg = false) + private void HandleError(string msg, Exception exception = null, bool showMsg = false) { if (exception != null) {