mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-05 23:10:28 +00:00
Logging
This commit is contained in:
parent
ea318bab6e
commit
268aaebaf0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user