mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-12 11:29:36 +03:00
Fix trim package name error (#36)
This commit is contained in:
@ -64,7 +64,7 @@ func executeRun(cmd *base.Command, args []string) {
|
||||
printVersion()
|
||||
server, err := startXray()
|
||||
if err != nil {
|
||||
base.Fatalf("Filed to start: %s", err)
|
||||
base.Fatalf("Failed to start: %s", err)
|
||||
}
|
||||
|
||||
if *test {
|
||||
@ -74,7 +74,7 @@ func executeRun(cmd *base.Command, args []string) {
|
||||
}
|
||||
|
||||
if err := server.Start(); err != nil {
|
||||
base.Fatalf("Filed to start: %s", err)
|
||||
base.Fatalf("Failed to start: %s", err)
|
||||
}
|
||||
defer server.Close()
|
||||
|
||||
|
Reference in New Issue
Block a user