diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index d00491f..0cfbf08 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -1 +2 diff --git a/falcond/src/profile/manager.zig b/falcond/src/profile/manager.zig index 8e3702f..3c01d50 100644 --- a/falcond/src/profile/manager.zig +++ b/falcond/src/profile/manager.zig @@ -108,7 +108,7 @@ pub const ProfileManager = struct { } vcache_setting.applyVCacheMode(.none); - try scx_scheds.restorePreviousState(self.allocator); + scx_scheds.restorePreviousState(self.allocator); self.active_profile = null; } }