1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-28 19:10:28 +00:00
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 = {};