minimal runtime implementation

This commit is contained in:
A.Unger
2020-05-19 13:07:48 +02:00
parent 5e5270eb17
commit 9b779aabf8
6 changed files with 52 additions and 26 deletions
+1 -4
View File
@@ -19,10 +19,7 @@ func Command(app *cli.App) *cli.Command {
MicroRuntime(cmd.DefaultCmd.Options().Runtime),
)
{
runtime.Start()
runtime.Trap()
}
runtime.Start()
return nil
},