mirror of
https://github.com/Ponsen/cordova-plugin-abi-filter.git
synced 2026-01-31 00:00:08 +08:00
removed deferral call
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = context => {
|
||||
|
||||
if (!fs.existsSync(startPath)) {
|
||||
console.log("no dir ", startPath);
|
||||
deferral.reject(new Error("folder " + startPath + " does not exist"))
|
||||
return reject(new Error("folder " + startPath + " does not exist"))
|
||||
}
|
||||
|
||||
var files = fs.readdirSync(startPath);
|
||||
|
||||
Reference in New Issue
Block a user