adding documentation pane (empty)

This commit is contained in:
2023-08-18 13:05:43 +02:00
parent b79144613a
commit ddb037e944
3 changed files with 50 additions and 16 deletions

View File

@ -52,7 +52,6 @@ export const tryEvaluate = async (
tryCatchWrapper(application, wrappedCode as string),
delay(timeout),
]);
if (isCodeValid) {
code.committed = code.candidate;
const newFunction = new Function(`"use strict";try{${wrappedCode}} catch (e) {console.log(e)};`);