File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5070,7 +5070,7 @@ async function getJson (obj) {
5070
5070
if ( ! obj . etagValue || obj . eTagValue !== etag || ! fs . existsSync ( obj . jsonFile ) ) {
5071
5071
obj . etagValue = etag
5072
5072
fs . writeFileSync ( obj . etagFile , etag )
5073
- debug ( ' Creating local core.json' )
5073
+ debug ( ` Creating local ${ obj . jsonFile } from upstream` )
5074
5074
resolve ( fetchJson ( obj ) )
5075
5075
} else {
5076
5076
debug ( `No updates from upstream. Getting a cached version: ${ obj . jsonFile } ` )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ async function getJson (obj) {
62
62
if ( ! obj . etagValue || obj . eTagValue !== etag || ! fs . existsSync ( obj . jsonFile ) ) {
63
63
obj . etagValue = etag
64
64
fs . writeFileSync ( obj . etagFile , etag )
65
- debug ( ' Creating local core.json' )
65
+ debug ( ` Creating local ${ obj . jsonFile } from upstream` )
66
66
resolve ( fetchJson ( obj ) )
67
67
} else {
68
68
debug ( `No updates from upstream. Getting a cached version: ${ obj . jsonFile } ` )
You can’t perform that action at this time.
0 commit comments