Skip to content

Commit 8d49a99

Browse files
authored
Update enscan.go
1 parent becee75 commit 8d49a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enscan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func main() {
2121
select {
2222
case <-quitSig:
2323
if !enOptions.IsApiMode {
24-
gologger.Error().Msgf("任务未完成退出,自动保存过程文件!")
24+
gologger.Error().Msgf("任务未完成退出,将自动保存过程文件!")
2525
enDataList := make(map[string][]map[string]string)
2626
close(runner.EnCh)
2727
if len(runner.EnCh) > 0 {

0 commit comments

Comments
 (0)