Skip to content

Commit 9a05931

Browse files
committed
chore: Wrote debug line in catch block instead of comment
1 parent 1cfa0c0 commit 9a05931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export class ElectronVersions extends BaseVersions {
228228
if (ElectronVersions.isCacheFresh(st.mtimeMs, now))
229229
versions = (await fs.readJson(versionsCache)) as unknown;
230230
} catch (err) {
231-
// cache file missing or cannot be read
231+
d('cache file missing or cannot be read', err);
232232
}
233233

234234
if (!versions) {

0 commit comments

Comments
 (0)