mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
introduced new exception classes for structured error reporting
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const crypto = require("crypto");
|
||||
const sql = require("./sql.js");
|
||||
const decryptService = require("./decrypt.js");
|
||||
const sql = require("./sql");
|
||||
const decryptService = require("./decrypt");
|
||||
|
||||
function getDataKey(password) {
|
||||
if (!password) {
|
||||
|
||||
Reference in New Issue
Block a user