mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-07 07:50:26 +00:00
Logging
This commit is contained in:
parent
ea318bab6e
commit
268aaebaf0
@ -60,6 +60,7 @@ function loadStore(store) {
|
|||||||
if(result) {
|
if(result) {
|
||||||
console.log(`Error creating plugin bag ${bagname}: ${JSON.stringify(result)}`);
|
console.log(`Error creating plugin bag ${bagname}: ${JSON.stringify(result)}`);
|
||||||
}
|
}
|
||||||
|
console.log(`saveBagTiddler of ${pluginFields.title} to ${bagName}`);
|
||||||
store.saveBagTiddler(pluginFields,bagName);
|
store.saveBagTiddler(pluginFields,bagName);
|
||||||
},
|
},
|
||||||
collectPlugins = function(folder,type,publisher) {
|
collectPlugins = function(folder,type,publisher) {
|
||||||
|
Loading…
Reference in New Issue
Block a user