Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Oct 21, 2024
1 parent 72670e6 commit 98d7588
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 267 deletions.
2 changes: 1 addition & 1 deletion Build/lib/cache-filesystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export class Cache<S = string> {
}
}

console.log({ e });
console.log({ e, name: (e as any).name });

console.log(`Download Rule for [${primaryUrl}] failed`);
throw e;
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@ghostery/adblocker": "^2.0.0",
"@jsdevtools/ez-spawn": "^3.0.4",
"async-sema": "^3.1.1",
"better-sqlite3": "^11.3.0",
"better-sqlite3": "^11.4.0",
"cacache": "^19.0.1",
"cacheable-lookup": "^6.1.0",
"ci-info": "^4.0.0",
Expand All @@ -47,21 +47,21 @@
"yaml": "^2.6.0"
},
"devDependencies": {
"@eslint-sukka/node": "^6.8.0",
"@eslint-sukka/node": "^6.8.1",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.36",
"@types/better-sqlite3": "^7.6.11",
"@types/cacache": "^17.0.2",
"@types/make-fetch-happen": "^10.0.4",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.6",
"@types/node": "^22.7.7",
"@types/node-fetch": "2",
"@types/punycode": "^2.1.4",
"@types/tar-fs": "^2.0.4",
"@types/tar-stream": "^3.1.3",
"eslint": "^9.12.0",
"eslint-config-sukka": "^6.8.0",
"eslint-formatter-sukka": "^6.8.0",
"eslint": "^9.13.0",
"eslint-config-sukka": "^6.8.1",
"eslint-formatter-sukka": "^6.8.1",
"expect": "^29.7.0",
"mitata": "^1.0.10",
"mocha": "^10.7.3",
Expand Down
Loading

0 comments on commit 98d7588

Please sign in to comment.