This commit is contained in:
concordia
2024-06-15 20:25:53 -05:00
parent 720c9ccbc8
commit 7bb4980119
2 changed files with 12 additions and 12 deletions

View File

@@ -170,7 +170,7 @@ class NativeProcess(ManagerProcess):
self.enabled = enabled
self.sigkill = sigkill
self.watchdog_max_dt = watchdog_max_dt
self.launcher = nativelauncher
self.launcher = modified_nativelauncher
self.always_watchdog = always_watchdog
def prepare(self) -> None: