in src/Updater.ts [126:132]
public get(): ZennMetadata { if (!this.metadata) { throw new NotLoadedMetadataError(); } return this.metadata; }