mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-28 19:10:28 +00:00
Fix bug in f9df4f0741
This commit is contained in:
parent
f9df4f0741
commit
970f829c83
@ -19,6 +19,7 @@ Options:
|
||||
ignoreEnvironmentVariables: defaults to false
|
||||
*/
|
||||
exports.getAllPlugins = function(options) {
|
||||
options = options || {};
|
||||
var fs = require("fs"),
|
||||
path = require("path"),
|
||||
tiddlers = {};
|
||||
|
Loading…
Reference in New Issue
Block a user