修复服务启动时环境变量污染

This commit is contained in:
whyour
2023-10-20 17:54:32 +08:00
parent 046239404f
commit 4938635ef4
5 changed files with 19 additions and 4 deletions
-2
View File
@@ -108,8 +108,6 @@ export default async () => {
fs.writeFileSync(TaskAfterFile, fs.readFileSync(sampleTaskShellFile));
}
dotenv.config({ path: confFile });
Logger.info('✌️ Init file down');
console.log('✌️ Init file down');
};