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

fix(fserver): only check if the last directory is Resources #205

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix(fserver): only check if the last directory is Resources #205

wants to merge 2 commits into from

Commits on Nov 4, 2020

  1. fix(fserver): only check if the last directory is Resources

    Given that the server could be started by the liveview server start command it's best to not assume
    we were given a valid path (although that probably is a safe assumption) and to just improve the
    existing check to only check if the last segment of the path is Resources rather than if it simply
    exists in the path
    
    Fixes TIMOB-28226
    ewanharris committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    3ec12c7 View commit details
    Browse the repository at this point in the history
  2. chore(release): v1.5.5

    ewanharris committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    56446f9 View commit details
    Browse the repository at this point in the history