@@ -59,6 +59,9 @@ func (s *Module) Logger() *slog.Logger {
ifs.logger!=nil{
returns.logger
}
ifs.lifecycle==nil{
panic("module has no lifecycle, cannot get logger")
}
returns.lifecycle.Logger()
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.