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

Hard reset not working on windows #53

Closed
aammfe opened this issue Nov 29, 2018 · 1 comment
Closed

Hard reset not working on windows #53

aammfe opened this issue Nov 29, 2018 · 1 comment

Comments

@aammfe
Copy link

aammfe commented Nov 29, 2018

Hard reset not working on windows
"electron-reload": "^1.3.0",

form my investigation

const _path = path.join( __dirname, '../../', 'node_modules', '.bin', 'electron' );

but when append .cmd it work.
const _path = path.join( __dirname, '../../', 'node_modules', '.bin', 'electron.cmd' );

is its suppose to work like this ..?
if yes then please describe it in doc. Thanx :)

image

@yan-foto
Copy link
Owner

yan-foto commented Dec 4, 2018

Same as #26

@yan-foto yan-foto closed this as completed Dec 4, 2018
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

No branches or pull requests

2 participants