Skip to content

Commit

Permalink
Enabled throw again, ignored local settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Menno Lodder committed Jan 14, 2024
1 parent cca1c63 commit d6d83f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -433,4 +433,5 @@ $RECYCLE.BIN/
!.vscode/extensions.json
/src/SharpBrick.PoweredUp.BlueGigaBLE/.editorconfig
/examples/SharpBrick.PoweredUp.Examples/Properties/launchSettings.json
src/SharpBrick.PoweredUp.Cli/Properties/launchSettings.json
/src/SharpBrick.PoweredUp.Cli/Properties/launchSettings.json
/src/SharpBrick.PoweredUp.Cli/poweredup.json
2 changes: 1 addition & 1 deletion src/SharpBrick.PoweredUp/Protocol/LegoWirelessProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public async Task SendMessageAsync(LegoWirelessMessage message)
{
_logger.LogError(e, "Exception in LegoWirelessProtocol Encode/Knowledge");

// throw;
throw;
}
}

Expand Down

0 comments on commit d6d83f6

Please sign in to comment.