fix
This commit is contained in:
parent
729d401ac3
commit
5cea67652c
6 changed files with 6 additions and 6 deletions
2
dist/main/index.js
vendored
2
dist/main/index.js
vendored
|
|
@ -97053,7 +97053,7 @@ async function restoreCache(cacheConfig) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function startRemoteCacheServer() {
|
async function startRemoteCacheServer() {
|
||||||
if (!config.remoteCacheServer.enabled) {
|
if (!config.remoteCache.enabled) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
dist/main/index.js.map
vendored
2
dist/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/post/index.js
vendored
2
dist/post/index.js
vendored
|
|
@ -95956,7 +95956,7 @@ async function run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function stopRemoteCacheServer() {
|
async function stopRemoteCacheServer() {
|
||||||
if (!config.remoteCacheServer.enabled) {
|
if (!config.remoteCache.enabled) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
dist/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
index.js
2
index.js
|
|
@ -178,7 +178,7 @@ async function restoreCache(cacheConfig) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function startRemoteCacheServer() {
|
async function startRemoteCacheServer() {
|
||||||
if (!config.remoteCacheServer.enabled) {
|
if (!config.remoteCache.enabled) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
post.js
2
post.js
|
|
@ -12,7 +12,7 @@ async function run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function stopRemoteCacheServer() {
|
async function stopRemoteCacheServer() {
|
||||||
if (!config.remoteCacheServer.enabled) {
|
if (!config.remoteCache.enabled) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue