mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
promoted relation attributes now work correctly, refactoring of note autocomplete code
This commit is contained in:
@@ -46,7 +46,7 @@ function isElectron() {
|
||||
function assertArguments() {
|
||||
for (const i in arguments) {
|
||||
if (!arguments[i]) {
|
||||
throw new Error(`Argument idx#${i} should not be falsy: ${arguments[i]}`);
|
||||
console.trace(`Argument idx#${i} should not be falsy: ${arguments[i]}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user