Update env.js

This commit is contained in:
Hex
2023-03-06 14:10:01 +08:00
parent 1efbff924b
commit 1af0cb6738

4
env.js
View File

@@ -1,4 +1,4 @@
module.exports = function Env(t, e) {
function Env(t, e) {
"undefined" != typeof process && JSON.stringify(process.env).indexOf("GITHUB") > -1 && process.exit(0);
class s {
@@ -389,3 +389,5 @@ module.exports = function Env(t, e) {
}
}(t, e);
}
module.exports = Env;