mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-07-16 00:00:04 +08:00
chore(plugin): fix pluginWarn
This commit is contained in:
@@ -39,7 +39,7 @@ export function checkAvailability(plugin: any, methodName?: string, pluginName?:
|
||||
};
|
||||
}
|
||||
|
||||
pluginWarn(pluginName, methodName);
|
||||
pluginWarn(pluginName, null, methodName);
|
||||
return {
|
||||
error: 'plugin_not_installed'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user