Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

add runTask function #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add runTask function #4

wants to merge 2 commits into from

Conversation

zyang11
Copy link

@zyang11 zyang11 commented Nov 25, 2015

add runTask function

@@ -230,6 +230,16 @@ func (k *Keeper) DelTask(name string) error {
return k.save()
}

func (k *Keeper) RunTask(name string) error {
fmt.Println("==========runtask==========")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to remove all log output in go and js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants