Add new logOnce() method and fix for error messages
This commit is contained in:
@ -81,6 +81,7 @@ export const tryEvaluate = async (
|
||||
);
|
||||
addFunctionToCache(candidateCode, newFunction);
|
||||
} else {
|
||||
application.api.logOnce("Compilation error!");
|
||||
await evaluate(application, code, timeout);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user