chore(store): Dont panic on get store
This commit is contained in:
		| @@ -176,7 +176,7 @@ func getStore(s string) interface{} { | |||||||
| 		return v | 		return v | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	panic(fmt.Sprintf("No key named '%s' found", s)) | 	return false | ||||||
| } | } | ||||||
|  |  | ||||||
| func InitPathMap(file *descriptor.FileDescriptorProto) { | func InitPathMap(file *descriptor.FileDescriptorProto) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user