Navigation Menu

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 <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
dnalborczyk authored and BethGriggs committed Feb 6, 2020
1 parent dd118b7 commit 1a6443d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/worker_threads.md
Expand Up @@ -162,7 +162,7 @@ When this function is used, no `'message'` event will be emitted and the
added: REPLACEME
-->

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

0 comments on commit 1a6443d

Please sign in to comment.