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. |
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: