Skip to content

Commit

Permalink
fix: default cyclist
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Oct 2, 2023
1 parent 25be8fc commit f253431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/repl.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function repl({
getTime,
onToggle,
};
const scheduler = createCyclist?.(cyclistParams) || new Cyclist(p);
const scheduler = createCyclist?.(cyclistParams) || new Cyclist(cyclistParams);

const setPattern = (pattern, autostart = true) => {
pattern = editPattern?.(pattern) || pattern;
Expand Down

0 comments on commit f253431

Please sign in to comment.