mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 09:36:18 +00:00
Debugging
This commit is contained in:
parent
471ba99a5d
commit
129bbe421c
@ -104,7 +104,7 @@ function loadStore(store) {
|
|||||||
// Create the bag
|
// Create the bag
|
||||||
const result = store.createBag(options.bagName,options.bagDescription);
|
const result = store.createBag(options.bagName,options.bagDescription);
|
||||||
if(!result) {
|
if(!result) {
|
||||||
console.log(`Error creating bag ${options.bagName} for edition ${options.wikiPath}: ${JSON.stringify(result)}`);
|
console.log(`Error creating bag ${options.bagName} for edition ${options.wikiPath}: ${result}`);
|
||||||
}
|
}
|
||||||
// Add plugins to the recipe list
|
// Add plugins to the recipe list
|
||||||
const recipeList = [];
|
const recipeList = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user