mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
upgrade electron to 25 and node to 18
This commit is contained in:
@@ -60,8 +60,6 @@ export default class WatchedFileUpdateStatusWidget extends NoteContextAwareWidge
|
||||
const { entityType, entityId } = this.getEntity();
|
||||
const status = fileWatcher.getFileModificationStatus(entityType, entityId);
|
||||
|
||||
console.log("status", status);
|
||||
|
||||
this.$filePath.text(status.filePath);
|
||||
this.$fileLastModified.text(dayjs.unix(status.lastModifiedMs / 1000).format("HH:mm:ss"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user