This commit is contained in:
Jeremy Ruston 2024-04-16 14:51:26 +01:00
parent ea318bab6e
commit 268aaebaf0
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ function loadStore(store) {
if(result) {
console.log(`Error creating plugin bag ${bagname}: ${JSON.stringify(result)}`);
}
console.log(`saveBagTiddler of ${pluginFields.title} to ${bagName}`);
store.saveBagTiddler(pluginFields,bagName);
},
collectPlugins = function(folder,type,publisher) {