full site update
This commit is contained in:
3
node_modules/@astrojs/telemetry/dist/config.js
generated
vendored
3
node_modules/@astrojs/telemetry/dist/config.js
generated
vendored
@@ -34,8 +34,7 @@ class GlobalConfig {
|
||||
file;
|
||||
_store;
|
||||
get store() {
|
||||
if (this._store)
|
||||
return this._store;
|
||||
if (this._store) return this._store;
|
||||
this.ensureDir();
|
||||
if (fs.existsSync(this.file)) {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user