Browse Source

修复代码错误问题

Signed-off-by: allan716 <[email protected]>
allan716 3 years ago
parent
commit
2da2c32ca2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/backend/backend.go

+ 1 - 1
internal/backend/backend.go

@@ -114,7 +114,7 @@ func (b *BackEnd) Restart() {
 		case <-b.restartSignal:
 			{
 				stopFunc()
-				b. ()
+				b.start()
 			}
 		}
 	}