mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
scheduled attachment deletion WIP
This commit is contained in:
@@ -11,7 +11,7 @@ function parseDate(str) {
|
||||
return new Date(Date.parse(str));
|
||||
}
|
||||
catch (e) {
|
||||
throw new Error(`Can't parse date from ${str}: ${e.stack}`);
|
||||
throw new Error(`Can't parse date from '${str}': ${e.message} ${e.stack}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user