Compare commits

...

2 Commits

Author SHA1 Message Date
Luk
817cc6d5f7 Merge branch 'main' of https://git.faronear.org/npm/wo-base-envar 2024-09-23 17:05:36 +08:00
Luk
8400181fbd u 2024-09-23 17:05:34 +08:00

View File

@ -43,11 +43,11 @@ module.exports = {
require(path.resolve(envar.simsimPath)) require(path.resolve(envar.simsimPath))
simsimPath = envar?.simsimPath simsimPath = envar?.simsimPath
} catch (expt) { } catch (expt) {
console.log('!!! ' + path.resolve(envar.simsimPath) + ' is invalid!') console.log('!!! ' + path.resolve(envar.simsimPath) + ' is invalid.')
} }
} }
} catch (expt) { } catch (expt) {
console.log('bad format!', path.resolve(configFile)) console.log('!!! ' + path.resolve(configFile) + ' is malformed.')
} }
} }
// 其次检测是否已安装 // 其次检测是否已安装