We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 "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' );
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 :)
The text was updated successfully, but these errors were encountered:
Same as #26
Sorry, something went wrong.
No branches or pull requests
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 :)
The text was updated successfully, but these errors were encountered: