You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -210,6 +210,9 @@ public List<Result> Query(Query query)
210
210
Context.API.ShowMsgError("Failed to add to PATH",$"Failed to add {$"\"{folderPath}\""} to {(system?"system":"user")} PATH - {ex.Message}");
211
211
returntrue;
212
212
}
213
+
if(folderPath.Contains(';')){
214
+
Context.API.ShowMsgError("Warning to Powershell users","This path won't work in Powershell because it contains a semicolon. For more information, visit https://github.com/HorridModz/Flow.Launcher.Plugin.Add2Path/pull/8");
215
+
}
213
216
Context.API.ShowMsg("Successfully added to PATH",$"Successfully added {$"\"{folderPath}\""} to {(system?"system":"user")} PATH.");
0 commit comments