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

[now dev] Use empty string for missing matches #2376

Merged
merged 1 commit into from May 22, 2019

Conversation

TooTallNate
Copy link
Member

Rather than undefined. This matches the behavior in production.

Fixes #2375.

Rather than `undefined`. This matches the behavior in production.

Fixes #2375.
@TooTallNate TooTallNate merged commit ca17c6d into canary May 22, 2019
@TooTallNate TooTallNate deleted the fix/now-dev-no-undefined-in-routes branch May 22, 2019 20:04
@codecov-io
Copy link

Codecov Report

Merging #2376 into canary will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           canary   #2376   +/-   ##
======================================
  Coverage    10.9%   10.9%           
======================================
  Files         250     250           
  Lines        9031    9031           
  Branches      990     991    +1     
======================================
  Hits          985     985           
  Misses       7945    7945           
  Partials      101     101
Impacted Files Coverage Δ
src/commands/dev/lib/dev-router.ts 75.47% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16b99a6...9fa3ac2. Read the comment docs.

TooTallNate added a commit that referenced this pull request Jun 5, 2019
Rather than `undefined`. This matches the behavior in production.

Fixes #2375.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PCRE passing undefined
4 participants