mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 02:44:48 +00:00
Fix bug in f9df4f0741
This commit is contained in:
@@ -19,6 +19,7 @@ Options:
|
||||
ignoreEnvironmentVariables: defaults to false
|
||||
*/
|
||||
exports.getAllPlugins = function(options) {
|
||||
options = options || {};
|
||||
var fs = require("fs"),
|
||||
path = require("path"),
|
||||
tiddlers = {};
|
||||
|
||||
Reference in New Issue
Block a user