fix: add missing check for use_cached

pull/259/head
Michael Brewer 1 year ago
parent f77b1450b1
commit 741a8d7f0b
No known key found for this signature in database
GPG Key ID: D7A137BA1254AFC7

@ -19,6 +19,9 @@ function run_code_server() {
}
function extension_installed() {
if [ "${USE_CACHED}" != true ]; then
return 1
fi
if [ -z "${EXTENSIONS_DIR}" ]; then
return 1
fi

Loading…
Cancel
Save