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

This commit is contained in:
Leilei332
2024-08-03 13:16:05 +01:00
committed by GitHub
parent 77335a42b5
commit 2bc7ec4b94
+1 -1
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/"];