This commit is contained in:
iko 2022-03-22 10:56:38 +03:00
parent 58955ee68a
commit 358fc94194
Signed by untrusted user: iko
GPG Key ID: 82C257048D1026F2

View File

@ -120,6 +120,8 @@ async function createEnv() {
const envStr = await promise
.catch((err) => sendPermanentNotification("Generating environment failed", err))
envCache = parseEnvs(envStr)
} else {
envCache = {}
}
}