Skip to content

Commit

Permalink
changed all bins' line breaks to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Jan 13, 2020
1 parent 366d7ff commit e5fc86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/koot/bin/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const run = async () => {
// 清理遗留的临时文件
await removeTempBuild(dist);

// 如果有临时项目配置文件,更改环境变量
// 如果有临时项目配置��件,更改环境变量
if (fileProjectConfigTempFull)
process.env.KOOT_PROJECT_CONFIG_FULL_PATHNAME = fileProjectConfigTempFull;
if (fileProjectConfigTempPortionServer)
Expand Down

0 comments on commit e5fc86c

Please sign in to comment.