Commit c92ce32d by 张乐 Committed by GitHub

Merge pull request #648 from lepdou/ENV

EnvUtils add transform tools env
parents a1ac97b4 a80727dc
......@@ -23,6 +23,8 @@ public final class EnvUtils {
return Env.DEV;
case "LOCAL":
return Env.LOCAL;
case "TOOLS":
return Env.TOOLS;
default:
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment