提交 bc1a4501 编写于 作者: W wfjsw

reverse the extension load order so builtin extensions load earlier natively

上级 0d1924c4
...@@ -162,7 +162,7 @@ def list_extensions(): ...@@ -162,7 +162,7 @@ def list_extensions():
extension_dependency_map = {} extension_dependency_map = {}
# scan through extensions directory and load metadata # scan through extensions directory and load metadata
for dirname in [extensions_dir, extensions_builtin_dir]: for dirname in [extensions_builtin_dir, extensions_dir]:
if not os.path.isdir(dirname): if not os.path.isdir(dirname):
continue continue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册