Skip to content

Commit

Permalink
better message
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Mar 12, 2020
1 parent 490cb2a commit 21505bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Expand Up @@ -102,7 +102,7 @@ func HelperFor(ctx context.Context) Helper {
}
}
}
log.Fatalf("Invalid context, cannot create helper")
log.Panic("Invalid job context, cannot create faktory_worker_go job helper")
return nil
}

Expand Down

0 comments on commit 21505bd

Please sign in to comment.