mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-24 14:08:49 -06:00
moved becca to top level source dir
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const ScriptContext = require('./script_context');
|
||||
const cls = require('./cls');
|
||||
const log = require('./log');
|
||||
const becca = require("./becca/becca");
|
||||
const becca = require("../becca/becca.js");
|
||||
|
||||
function executeNote(note, apiParams) {
|
||||
if (!note.isJavaScript() || note.getScriptEnv() !== 'backend' || !note.isContentAvailable) {
|
||||
|
||||
Reference in New Issue
Block a user