提交 75344f3c 编写于 作者: fxy060608's avatar fxy060608

chore: typo

上级 abbab5c9
......@@ -49,15 +49,15 @@ export function addConfigFile(inlineConfig: InlineConfig) {
return inlineConfig
}
let initliazed = false
let initialized = false
export function initEnv(
type: 'unknown' | 'dev' | 'build',
options: CliOptions
) {
if (initliazed) {
if (initialized) {
return
}
initliazed = true
initialized = true
if (options.platform === 'mp-360') {
console.error(M['mp.360.unsupported'])
process.exit(0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册