mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Dump to bugs subdirectory
This commit is contained in:
parent
af765c7522
commit
d4247e0179
@ -37,6 +37,7 @@ func respond(code int, w http.ResponseWriter) {
|
||||
}
|
||||
|
||||
func gzipAndSave(data []byte, filepath string) error {
|
||||
filepath = "bugs/" + filepath
|
||||
if _, err := os.Stat(filepath); err == nil {
|
||||
return fmt.Errorf("file already exists") // the user can just retry
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user