Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed Apr 16, 2024
1 parent 471ba99 commit 129bbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tiddlywiki/multiwikiserver/modules/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 129bbe4

Please sign in to comment.