This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chakrashim: Fix Error.captureStackTrace
Error.captureStackTrace did not convert the type of line and column numbers to numbers while creating the v8 capture objects. This breaks modules which assumes number types. Changed to call parseInt if line and column numbers are defined PR-URL: #483 Reviewed-By: Kyle Farnung <[email protected]> Reviewed-By: Jimmy Thomson <[email protected]>
- Loading branch information