all working
This commit is contained in:
parent
1ff7548b52
commit
51dd408733
5 changed files with 50 additions and 61 deletions
|
|
@ -94,7 +94,6 @@ export function repl({
|
|||
afterEval?.({ code, pattern, meta });
|
||||
return pattern;
|
||||
} catch (err) {
|
||||
// console.warn(`[repl] eval error: ${err.message}`);
|
||||
logger(`[eval] error: ${err.message}`, 'error');
|
||||
updateState({ evalError: err, pending: false });
|
||||
onEvalError?.(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue