1
0
Fork 0

fix: C-c/C-v

timestamps
dump_stack() 2024-02-21 18:58:49 +00:00
parent c17676d0f9
commit a9a42ba33a
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ func Images() (diis []Image, err error) {
return
}
func Load(path string) (err error) {
func Load(path string, name string) (err error) {
exist := Container{name: name}.Exist()
if exist && UseCache {
return