1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-09 12:16:40 +00:00

Fix bug in f9df4f07416e0945d09398bae0b6d719a97a7194

This commit is contained in:
Jeremy Ruston 2024-05-23 16:34:24 +01:00
parent f9df4f0741
commit 970f829c83

View File

@ -19,6 +19,7 @@ Options:
ignoreEnvironmentVariables: defaults to false
*/
exports.getAllPlugins = function(options) {
options = options || {};
var fs = require("fs"),
path = require("path"),
tiddlers = {};