| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bc0a55f commit 820e0a5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -452,7 +452,7 @@ function getCallSites(frameCount = 10, options) { | |||
| 452 | 452 | ||
| 453 | 453 | // Using kDefaultMaxCallStackSizeToCapture as reference | |
| 454 | 454 | validateNumber(frameCount, 'frameCount', 1, 200); | |
| 455 | - // If options.sourceMaps is true or if sourceMaps are enabled but the option.sourceMaps is not set explictly to false | ||
| 455 | + // If options.sourceMaps is true or if sourceMaps are enabled but the option.sourceMaps is not set explicitly to false | ||
| 456 | 456 | if (options.sourceMap === true || (getOptionValue('--enable-source-maps') && options.sourceMap !== false)) { | |
| 457 | 457 | return mapCallSite(binding.getCallSites(frameCount)); | |
| 458 | 458 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments