We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff37d9 commit 9fe4988Copy full SHA for 9fe4988
modules/firebase/ports.go
@@ -10,7 +10,7 @@ import (
10
func (c *Container) ConnectionString(ctx context.Context, portName nat.Port) (string, error) {
11
host, err := c.Host(ctx)
12
if err != nil {
13
- return "", err
+ return "", fmt.Errorf("host: %w", err)
14
}
15
port, err := c.MappedPort(ctx, portName)
16
0 commit comments