Skip to content

Commit

Permalink
chore(log): update info message
Browse files Browse the repository at this point in the history
  • Loading branch information
yociduo committed Dec 18, 2024
1 parent 3d7d13f commit 7ec6f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-pendo/src/lib/ngx-pendo.injectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function pendoInitializer($settings: IPendoSettings, window: PendoWindow)
document.head.appendChild(script);
script.onerror = async () => {
// The script may have been blocked by an ad blocker
console.error('The pendo script may have been blocked,');
console.error('The pendo script may have been blocked.');
resolve();
};
script.onload = async () => {
Expand Down

0 comments on commit 7ec6f43

Please sign in to comment.