Skip to content

Commit

Permalink
Merge pull request #453 from trheyi/main
Browse files Browse the repository at this point in the history
[change] optimizing console output
  • Loading branch information
trheyi authored Sep 1, 2023
2 parents 337a490 + 7f6711f commit f0fad41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"github.com/fatih/color"
jsoniter "github.com/json-iterator/go"
"github.com/spf13/cobra"
"github.com/yaoapp/gou/helper"
"github.com/yaoapp/gou/plugin"
"github.com/yaoapp/gou/process"
"github.com/yaoapp/kun/exception"
"github.com/yaoapp/kun/utils"
"github.com/yaoapp/yao/config"
"github.com/yaoapp/yao/engine"
ischedule "github.com/yaoapp/yao/schedule"
Expand Down Expand Up @@ -129,7 +129,7 @@ var runCmd = &cobra.Command{
color.White("--------------------------------------\n")
color.White(L("%s Response\n"), name)
color.White("--------------------------------------\n")
utils.Dump(res)
helper.Dump(res)
color.White("--------------------------------------\n")
color.Green(L("✨DONE✨\n"))
return
Expand Down

0 comments on commit f0fad41

Please sign in to comment.