1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-09-16 17:46:19 +02:00

updated random generator tests

This commit is contained in:
Gani Georgiev
2025-08-22 21:20:30 +03:00
parent 819ec1ad5c
commit a2b1b19342
3 changed files with 26 additions and 22 deletions

View File

@@ -4,6 +4,7 @@ package core
import "errors"
// https://github.com/pocketbase/pocketbase/pull/7116
func execve(argv0 string, argv []string, envv []string) error {
return errors.ErrUnsupported
}