mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-07 21:36:06 +00:00
Fix xlsx-utils startup module name
We were using the same name as one of the core startup modules.
This commit is contained in:
@@ -13,7 +13,7 @@ Initialisation
|
||||
"use strict";
|
||||
|
||||
// Export name and synchronous status
|
||||
exports.name = "startup";
|
||||
exports.name = "xlsx-startup";
|
||||
exports.after = ["load-modules"];
|
||||
exports.synchronous = true;
|
||||
|
||||
|
Reference in New Issue
Block a user