1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-29 09:02:29 +00:00

Do not import "$:/build" (#8476)

This commit is contained in:
Leilei332
2024-08-03 20:16:05 +08:00
committed by GitHub
parent 77335a42b5
commit 2bc7ec4b94

View File

@@ -12,7 +12,7 @@ Upgrader module that suppresses certain system tiddlers that shouldn't be import
/*global $tw: false */
"use strict";
var DONT_IMPORT_LIST = ["$:/Import"],
var DONT_IMPORT_LIST = ["$:/Import", "$:/build"],
UNSELECT_PREFIX_LIST = ["$:/temp/","$:/state/","$:/StoryList","$:/HistoryList"],
WARN_IMPORT_PREFIX_LIST = ["$:/core/modules/"];