Skip to content

Commit

Permalink
Merge pull request #48 from chenfan0/release
Browse files Browse the repository at this point in the history
chore: release 1.0.3
  • Loading branch information
chenfan0 authored Sep 26, 2024
2 parents 0b7350d + 4882ab6 commit ee191e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fideo",
"version": "1.0.1",
"version": "1.0.3",
"description": "this is a easy live record app",
"main": "./out/main/index.js",
"author": "chenfan",
Expand Down
10 changes: 5 additions & 5 deletions src/main/crawler/capture-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ export function captureError(fn) {

log('error:', message)

if (message.includes('timeout')) {
return {
code: CRAWLER_ERROR_CODE.TIMEOUT
}
}
// if (message.includes('timeout')) {
// return {
// code: CRAWLER_ERROR_CODE.TIMEOUT
// }
// }

if (message === ERROR_MESSAGE.INVALID_PROXY) {
return {
Expand Down

0 comments on commit ee191e5

Please sign in to comment.