diff --git a/plugins/examples/sine/src/lib.rs b/plugins/examples/sine/src/lib.rs index efb048c5..642d45ce 100644 --- a/plugins/examples/sine/src/lib.rs +++ b/plugins/examples/sine/src/lib.rs @@ -185,7 +185,7 @@ impl Plugin for Sine { } } - ProcessStatus::Normal + ProcessStatus::KeepAlive } }