dont catch signals in console, as it seems unecessary for now

pull/9139/head
Adrien Delorme 6 years ago
parent 22a36ef97a
commit 14f18f4236

@ -31,8 +31,7 @@ type ConsoleCommand struct {
}
func (c *ConsoleCommand) Run(args []string) int {
ctx, cleanup := handleTermInterrupt(c.Ui)
defer cleanup()
ctx := context.Background()
cfg, ret := c.ParseArgs(args)
if ret != 0 {

Loading…
Cancel
Save