Skip to content

Commit

Permalink
doc: fix worker.resourceLimits type
Browse files Browse the repository at this point in the history
PR-URL: #30664
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
dnalborczyk authored and addaleax committed Nov 30, 2019
1 parent 20dbce1 commit 43e7857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ When this function is used, no `'message'` event will be emitted and the
added: v13.2.0
-->

* {Object|undefined}
* {Object}
* `maxYoungGenerationSizeMb` {number}
* `maxOldGenerationSizeMb` {number}
* `codeRangeSizeMb` {number}
Expand Down

0 comments on commit 43e7857

Please sign in to comment.