Skip to content

Commit

Permalink
Fixed default command
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrot committed Mar 18, 2023
1 parent 321b1cf commit 4198a5b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Main.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation
// Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

Expand Down Expand Up @@ -101,12 +101,6 @@ public List<Result> Query(Query query)
ProgramArguments = arguments,
Action = action =>
{
if (!Helper.OpenCommandInShell(BrowserInfo.Path, BrowserInfo.ArgumentsPattern, arguments))
{
onPluginError();
return false;
}

return true;
},
});
Expand Down

0 comments on commit 4198a5b

Please sign in to comment.