Skip to content

Commit

Permalink
feat: remove side effect from the deprecated error context augmentati…
Browse files Browse the repository at this point in the history
…on (#2069)
  • Loading branch information
barjin committed Sep 8, 2023
1 parent 3b95f46 commit f9fb5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic-crawler/src/internals/basic-crawler.ts
Expand Up @@ -1355,6 +1355,7 @@ export class BasicCrawler<Context extends CrawlingContext = BasicCrawlingContext

return error;
},
configurable: true,
});

return context;
Expand Down

0 comments on commit f9fb5c4

Please sign in to comment.