mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
order & limit implementation WIP
This commit is contained in:
@@ -12,6 +12,7 @@ class ParsingContext {
|
||||
// we record only the first error, subsequent ones are usually consequence of the first
|
||||
if (!this.error) {
|
||||
this.error = error;
|
||||
console.log(this.error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user