Skip to content

Commit

Permalink
Naming collision
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Apr 13, 2024
1 parent a43416d commit 337894b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/QMK Toolbox/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ private void MainWindow_Load(object sender, EventArgs e)
{
usbListener.Start();
}
catch (COMException e)
catch (COMException ex)
{
logTextBox.LogError("USB device enumeration failed.");
logTextBox.LogError($"{e}");
logTextBox.LogError($"{ex}");
}

if (_filePassedIn != string.Empty)
Expand Down

0 comments on commit 337894b

Please sign in to comment.