From 6d15f1abcbc1c9cd40db2d293535c94a4ea58a99 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 16 May 2023 20:56:05 +0800 Subject: [PATCH] [fix] misspelling --- widgets/app/app.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/widgets/app/app.go b/widgets/app/app.go index ec1032a7..c72e6d9b 100644 --- a/widgets/app/app.go +++ b/widgets/app/app.go @@ -271,7 +271,11 @@ func processService(process *process.Process) interface{} { args = v } - // Foward: Neo Confirm Command + // + // Forward: Neo confirm Command + // @file neo/command/request.go + // @method func (req *Request) confirm(args []interface{}, cb func(msg *message.JSON) int) + // if service == "__yao_service.__neo" && method == "ExecCommand" { if len(args) < 4 { exception.New("args is required (%v)", 400, args).Throw()