Skip to content

Conversation

@cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Mar 11, 2016

Closes #57

@cjihrig cjihrig added the bug Bug or defect label Mar 11, 2016
@cjihrig cjihrig added this to the 2.1.1 milestone Mar 11, 2016
lib/index.js Outdated
const at = internals.at(this._ref);

if (at !== undefined) {
original.at = internals.at(this._ref);
Copy link
Member

Choose a reason for hiding this comment

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

should this be

original.at = at;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes

@cjihrig
Copy link
Contributor Author

cjihrig commented Mar 13, 2016

Thanks for the review

cjihrig added a commit that referenced this pull request Mar 13, 2016
handle errors without proper stacks
@cjihrig cjihrig merged commit 5228d5e into hapijs:master Mar 13, 2016
@cjihrig cjihrig deleted the stacks branch March 13, 2016 17:24
@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Bug or defect

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem with internals.at

2 participants