LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS
MIT License
1.01k stars 127 forks source link

Fix for issue #190 #191

Open maugf214 opened 4 years ago

maugf214 commented 4 years ago

Remove beginning of path before creating serviceId to avoid 'path too long' error.

Remove fileExistsAtPath check before removing file, as it is not reliable. If the file does not exist then let the remove function fail and carry on.