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

fixed reload issue #67

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

fixed reload issue #67

wants to merge 3 commits into from

Conversation

Awendel
Copy link

@Awendel Awendel commented Sep 13, 2022

as outlined in the issue,
this fixes the bug of BrowserViews that are nested inside BrowserWindow not reloading

@ahmed-rawther
Copy link

Hi, any updates on this PR? This would be a nice to have for my current project as I am playing around with nested browserViews.

@@ -161,7 +161,8 @@ module.exports = ({

function startWatcher() {
return new Promise((resolve) => {
const watcher = watch({ root: cwd, patterns });
const parentFolder = cwd.replace("\\Host","")
Copy link
Owner

Choose a reason for hiding this comment

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

What is this? This is replacing part of a path? That seems odd and unintuitive.

Copy link
Author

Choose a reason for hiding this comment

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

my apologies, that was something for my own project and shouldn't have been part of this pull request, all other commits should be valid though

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.

3 participants