Merge remote-tracking branch 'origin/main' into setcps-reset-only-on-shuffle
This commit is contained in:
commit
6a201be1fd
3 changed files with 13 additions and 7 deletions
|
|
@ -41,7 +41,7 @@ export function repl({
|
|||
throw new Error('no code to evaluate');
|
||||
}
|
||||
try {
|
||||
beforeEval?.({ code });
|
||||
await beforeEval?.({ code });
|
||||
let { pattern } = await _evaluate(code, transpiler);
|
||||
|
||||
logger(`[eval] code updated`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue