Skip to content

Commit

Permalink
docs: improve Actor.init() jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed May 31, 2024
1 parent 7bce4a9 commit 66d5eba
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 275 deletions.
2 changes: 0 additions & 2 deletions packages/apify/src/actor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,6 @@ export class Actor<Data extends Dictionary = Dictionary> {
* Calling `Actor.exit()` is required if you use the `Actor.init()` method, since it opens websocket connection
* (see {@apilink Actor.events} for details), which needs to be terminated for the code to finish.
*
* The `Actor.init()` function performs the following actions:
*
* ```js
* import { gotScraping } from 'got-scraping';
*
Expand Down
Loading

0 comments on commit 66d5eba

Please sign in to comment.