You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in azfile, we only support storage. But if we don't assign an empty service, make build will fail with panic: runtime error: invalid memory address or nil pointer dereference .
The text was updated successfully, but these errors were encountered:
Joey2132
changed the title
When migrate to Factory init, even we don't support service field, we have to assign an empty service.
When migrate to Factory init, even we don't support service, we have to assign an empty service.
Nov 15, 2021
Joey2132
changed the title
When migrate to Factory init, even we don't support service, we have to assign an empty service.
When migrate to Factory init, if we don't assign an empty service, make build will fail
Nov 15, 2021
For example, in azfile, we only support storage. But if we don't assign an empty service,
make build
will fail withpanic: runtime error: invalid memory address or nil pointer dereference
.Causes
The text was updated successfully, but these errors were encountered: