dummy commit (github cert error :-/)

This commit is contained in:
Felix Roos 2023-03-24 22:06:40 +01:00
parent 30d1f423cb
commit 3df2929d12

View File

@ -109,7 +109,7 @@ export function Repl({ embedded = false }) {
const { code, setCode, scheduler, evaluate, activateCode, isDirty, activeCode, pattern, started, stop, error } =
useStrudel({
initialCode: '// LOADING',
initialCode: '// LOADING...',
defaultOutput: webaudioOutput,
getTime,
beforeEval: async () => {