You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require"./application"require"../placeos-core/resources/modules"modulePlaceOS::Core::ApiclassChaos < Applicationbase"/api/core/v1/chaos/"gettermodule_manager : Resources::Modules{Resources::Modules.instance}# Terminate a process by executable pathpost"/terminate",:terminatedo# TODO: Add option to kill via driver_id# driver_key = params["path"]?.presence# driver_id = params["driver_id"]?.presencedriver_key=params["path"]edge_id=params["edge_id"]?.presence
The text was updated successfully, but these errors were encountered:
driver_key = params["path"]?.presence
driver_id = params["driver_id"]?.presence
core/src/api/chaos.cr
Line 13 in fd1c903
The text was updated successfully, but these errors were encountered: