Skip to content

Commit 22775b8

Browse files
committed
onmessage: Add missing return statement
1 parent 3ea61ce commit 22775b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/constant_source.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ impl AudioProcessor for ConstantSourceRenderer {
208208
Schedule::Start(v) => self.start_time = v,
209209
Schedule::Stop(v) => self.stop_time = v,
210210
}
211+
return;
211212
}
212213

213214
log::warn!("ConstantSourceRenderer: Ignoring incoming message");

0 commit comments

Comments
 (0)