Skip to content

Commit

Permalink
fix(cli): fix the bug that the prompt may not be output when generati…
Browse files Browse the repository at this point in the history
…ng config file
  • Loading branch information
Li4n0 committed Jun 25, 2021
1 parent be73431 commit 5615351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func Start() {
log.ConsoleConfig{
Level: log.LevelInfo,
})
defer log.Stop()
app := &cli.App{
Name: "RevSuit",
Usage: "An Open-Sourced Reverse Platform Designed for Receive Various Kinds of Connection",
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
log "unknwon.dev/clog/v2"
)

const VERSION = "0.1.5"
const VERSION = "0.1.6"

type Revsuit struct {
config *Config
Expand Down

0 comments on commit 5615351

Please sign in to comment.