mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-14 18:51:28 -07:00
Debugging
This commit is contained in:
parent
471ba99a5d
commit
129bbe421c
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ function loadStore(store) {
|
|||
// Create the bag
|
||||
const result = store.createBag(options.bagName,options.bagDescription);
|
||||
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
|
||||
const recipeList = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue