Skip to content

Commit 706997f

Browse files
Merge pull request #110 from NativeScript/dtodorov/fix-err-log
chore: fix error logging in fb initialization.
2 parents 2437e17 + 9654393 commit 706997f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/login-manager.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function init(fbId: string, fbLoginBehavior: LoginBehavior = LoginBehavio
2424
com.facebook.FacebookSdk.sdkInitialize(androidApplication.context.getApplicationContext());
2525
}
2626
catch (e) {
27-
console.log("nativescript-facebook: The plugin could not find the android library, try to clean the android platform");
27+
console.log(e);
2828
}
2929
loginManager = com.facebook.login.LoginManager.getInstance();
3030

0 commit comments

Comments
 (0)