From fbdfcb59b261672454aee34d486e7f06b5a5d114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 18 Jan 2022 20:51:08 +0800 Subject: update default setting values --- test.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.lua') diff --git a/test.lua b/test.lua index 9f29b9d9..2cdb8c5e 100644 --- a/test.lua +++ b/test.lua @@ -20,6 +20,8 @@ log = require 'log' log.init(ROOT, ROOT / 'log' / 'test.log') log.debug('测试开始') +LOCALE = 'zh-cn' + --dofile((ROOT / 'build_package.lua'):string()) require 'tracy' @@ -67,7 +69,6 @@ local function testAll() end local function main() - LOCALE = 'zh-cn' require 'utility'.enableCloseFunction() require 'client' .client 'VSCode' -- cgit v1.2.3