Fix the capacity

This commit is contained in:
Alex Dadgar
2015-11-16 12:10:29 -08:00
parent fa68fb62d3
commit b692bcd0b4
3 changed files with 19 additions and 12 deletions

View File

@@ -130,7 +130,7 @@ const (
type TaskEvent struct {
Type string
Time int64
DriverError error
DriverError string
ExitCode int
Signal int
Message string