-
Notifications
You must be signed in to change notification settings - Fork 96
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
getFileName does not work in electron #29
Comments
i still reproduce it when i use |
hi I have the same problem,This code returns undefined,In nw.js version 0.14.7 , use ffi |
It seem that @TooTallNate is too concerned telling people about his height. 🤔 A PR has fixed the issue but has not been merged... |
i have the same problem ,when i use electron and ffi |
This issue is still not fixed for electron -- at least when
When bundled, it's already embedded in the javascript. There is no other file that calls it. This is the error:
This is the location of error:
|
Is it not standard practice to bundle your javascript files into 1 in electron? |
getFileName does not work in electron, In Electron, filename starts with "file://", it should be removed, or bind will failed.
The text was updated successfully, but these errors were encountered: