fix
This commit is contained in:
parent
078f89dcb4
commit
4ecc332717
|
|
@ -92,6 +92,7 @@ export const _ = {
|
||||||
const build_path = code.path(site_id, "site", "build", codepath);
|
const build_path = code.path(site_id, "site", "build", codepath);
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
g.code_index_cache &&
|
||||||
g.code_index_cache[site_id] &&
|
g.code_index_cache[site_id] &&
|
||||||
g.code_index_cache[site_id][build_path] &&
|
g.code_index_cache[site_id][build_path] &&
|
||||||
g.code_index_cache[site_id][build_path].content
|
g.code_index_cache[site_id][build_path].content
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue