commit 7b86b75

chld  ·  2026-02-06 13:41:04 +0000 UTC
parent eda9f88
change VC err
1 files changed,  +1, -1
+1, -1
1@@ -7,6 +7,6 @@ import (
2 
3 func VC(a string) {
4 	if os.Getenv(a) == "" {
5-		dgr.Die("variable not found", a, 1)
6+		dgr.Die("variable not set", a, 1)
7 	}
8 }