Skip to content

Commit

Permalink
Fix missing cases for Command to str
Browse files Browse the repository at this point in the history
  • Loading branch information
SneWs committed Feb 16, 2025
1 parent e705907 commit 1831873
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TailRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ namespace
case Command::SettingsChange: return "SettingsChange";
case Command::Status: return "Status";
case Command::SendFile: return "SendFile";
case Command::SetExitNode: return "SetExitNode";
case Command::GetSettings: return "GetSettings";
case Command::SetSettings: return "SetSettings";
#if defined(DAVFS_ENABLED)
case Command::Drive: return "Drive";
case Command::DriveAdd: return "DriveAdd";
Expand Down

0 comments on commit 1831873

Please sign in to comment.