mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Fix error in ac81d38acc
This commit is contained in:
@@ -31,7 +31,8 @@ namespace Wox.Plugin.System.CMD
|
|||||||
|
|
||||||
results.AddRange(history);
|
results.AddRange(history);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
|
if (query.RawQuery.StartsWith(">") && query.RawQuery.Length > 1)
|
||||||
{
|
{
|
||||||
string cmd = query.RawQuery.Substring(1);
|
string cmd = query.RawQuery.Substring(1);
|
||||||
Result result = new Result
|
Result result = new Result
|
||||||
|
|||||||
Reference in New Issue
Block a user