Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Aug 30, 2024
1 parent efe720c commit 3948ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/custom/instagram_inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
const value = objs.find((o)=>!!o.value).value;

if (!value) {
console.error('No value found');
console.error('No value found', data);
return;
}

Expand Down

0 comments on commit 3948ed6

Please sign in to comment.