Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

fix: allow providing relative root for watcher #1879

Merged
merged 1 commit into from
Mar 26, 2020
Merged

Conversation

warrenfalk
Copy link
Contributor

Currently relative root paths don't work in the watcher config. E.g. the following doesn't work

watcher: {
    root: "..",
}

This PR adds support for relative paths.

src/watcher/watcher.ts Outdated Show resolved Hide resolved
src/watcher/watcher.ts Outdated Show resolved Hide resolved
src/watcher/watcher.ts Outdated Show resolved Hide resolved
@warrenfalk warrenfalk force-pushed the fix/watcher-relpath branch 3 times, most recently from 5aa38c6 to 3b5aab8 Compare March 26, 2020 13:49
Copy link
Contributor

@nchanged nchanged left a comment

Choose a reason for hiding this comment

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

👍

@nchanged nchanged merged commit 3ab63a5 into master Mar 26, 2020
@warrenfalk warrenfalk deleted the fix/watcher-relpath branch March 26, 2020 17:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants