Skip to content

Commit

Permalink
initial commit (ampproject#18293)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwrightbos authored and torch2424 committed Oct 10, 2018
1 parent b05292f commit 5913082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads/google/a4a/utils.js
Expand Up @@ -251,7 +251,7 @@ export function googlePageParameters(a4a, startTime) {
const referrerPromise = Services.timerFor(win).timeoutPromise(
1000, Services.viewerForDoc(ampDoc).getReferrerUrl())
.catch(() => {
dev().error('AMP-A4A', 'Referrer timeout!');
dev().expectedError('AMP-A4A', 'Referrer timeout!');
return '';
});
return Promise.all([
Expand Down

0 comments on commit 5913082

Please sign in to comment.