mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 15:42:59 +00:00 
			
		
		
		
	Correct pesky missing brackets
This commit is contained in:
		| @@ -946,7 +946,7 @@ $tw.loadTiddlersFromPath = function(filepath,excludeRegExp) { | ||||
| 						pathname = path.resolve(filepath,tidInfo.file), | ||||
| 						text = fs.readFileSync(pathname,typeInfo ? typeInfo.encoding : "utf8"); | ||||
| 					tidInfo.fields.text = text; | ||||
| 					tiddlers.push({tiddlers: tidInfo.fields}); | ||||
| 					tiddlers.push({tiddlers: [tidInfo.fields]}); | ||||
| 				}); | ||||
| 			} else { | ||||
| 				// If not, read all the files in the directory | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeremy Ruston
					Jeremy Ruston