Skip to content

Conversation

@IanMatthewHuff
Copy link
Member

For #3714

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
if (urlMatch) {
return urlMatch[0];
}
return undefined;

Choose a reason for hiding this comment

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

FYI - You don't need to explicitly return undefined.
Just having a plain return; statement is the same as return undefined;

@IanMatthewHuff IanMatthewHuff merged commit 4dab144 into microsoft:master Dec 18, 2018
@IanMatthewHuff IanMatthewHuff deleted the dev/ianhu/remoteConnectTest branch December 18, 2018 21:48
@lock lock bot locked as resolved and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants