mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
script bugfixes
This commit is contained in:
@@ -15,8 +15,6 @@ async function executeScript(noteId, dataKey, script, params) {
|
||||
ret = await (function() { return eval(`(${script})(${paramsStr})`); }.call(ctx));
|
||||
});
|
||||
|
||||
log.info('Execution result: ' + ret);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user