mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-14 15:11:02 +08:00

In some cases the incoming ```path``` variable may not necessarily contain a trailing slash, but in cases where the directory path is manually built within the plugin this was not protected against. This shouldn't be a big issue if consumers are using ```cordova.file.*``` for the path params, but not all consumers may be using this.