Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Dec 17, 2023
1 parent 1744dca commit e40bdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/procon_bypass_man.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def self.run(setting_path: nil)
gadget, procon = ProconBypassMan::DeviceConnection::Command.execute!
rescue ProconBypassMan::DeviceConnection::SetupIncompleteError
ProconBypassMan::SendErrorCommand.execute(error: "The program is terminating because it encountered a request for the sudo password. Please review your sudo settings.", stdout: true)
ProconBypassMan::DeviceStatus.change_to_procon_not_found_error!
ProconBypassMan::DeviceStatus.change_to_procon_not_found_error! # NOTE: procon_not_found_errorではないけど、めんどいのでこのステータスにする
ProconBypassMan::NeverExitAccidentally.exit_if_allow_at_config do
terminate_pbm
end
Expand Down

0 comments on commit e40bdfa

Please sign in to comment.