restore old cyclist
This commit is contained in:
parent
751a825616
commit
e5570a6017
4 changed files with 264 additions and 284 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Cyclist } from './cyclist.mjs';
|
||||
import { NeoCyclist } from './neocyclist.mjs';
|
||||
import { evaluate as _evaluate } from './evaluate.mjs';
|
||||
import { logger } from './logger.mjs';
|
||||
import { setTime } from './time.mjs';
|
||||
|
|
@ -35,7 +35,7 @@ export function repl({
|
|||
onUpdateState?.(state);
|
||||
};
|
||||
|
||||
const scheduler = new Cyclist({
|
||||
const scheduler = new NeoCyclist({
|
||||
onTrigger: getTrigger({ defaultOutput, getTime }),
|
||||
getTime,
|
||||
onToggle: (started) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue