Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: Remove unused param for filterInternalStackFrames #22267

Closed
wants to merge 1 commit into from
Closed

lib: Remove unused param for filterInternalStackFrames #22267

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 11, 2018

Actually we don't refer the error directly in filterInternalStackFrames, so just remove it anyway.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows [commit guidelines]

Actually we don't refer the `error` directly in
`filterInternalStackFrames`, so just remove it anyway.
@nodejs-github-bot nodejs-github-bot added the repl Issues and PRs related to the REPL subsystem. label Aug 11, 2018
Copy link
Member

@lpinca lpinca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

@maclover7
Copy link
Contributor

@trivikr
Copy link
Member

trivikr commented Aug 12, 2018

@maclover7 maclover7 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 12, 2018
@maclover7
Copy link
Contributor

maclover7 commented Aug 14, 2018

Resume Build: https://ci.nodejs.org/job/node-test-pull-request/16438/ (edit: ✔️)

@maclover7
Copy link
Contributor

Landed in 8018146 (made a slight adjustment to commit message so it would pass core-validate-commit)

@maclover7 maclover7 closed this Aug 14, 2018
maclover7 pushed a commit that referenced this pull request Aug 14, 2018
Actually we don't refer the `error` directly in
`filterInternalStackFrames`, so just remove it anyway.

PR-URL: #22267
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
@ghost ghost deleted the RemoveUseless branch August 15, 2018 00:50
@ghost
Copy link
Author

ghost commented Aug 15, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. repl Issues and PRs related to the REPL subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants