mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 06:57:35 -04:00
fix lint
This commit is contained in:
@@ -480,6 +480,7 @@ class RecordingProcessor extends AudioWorkletProcessor {
|
||||
}
|
||||
process(inputs, outputs) {
|
||||
// noop if scheduled recording begin hasn't been reached
|
||||
// eslint-disable-next-line no-undef
|
||||
if (currentTime < this.begin) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user