upgrade electron to 25 and node to 18

This commit is contained in:
zadam
2023-05-04 21:01:25 +02:00
parent 9b32d86f78
commit c0cf319521
8 changed files with 67 additions and 663 deletions

View File

@@ -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"));
}