Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenxi Zeng committed Jun 5, 2024
1 parent 2aec0aa commit 323bd1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DestinationFilters : Plugin, LivePluginsDependent {
function createDestinationFilter(destination, rules) {
var dest = new DestinationFilter(destination, rules);
console.log(`Adding filter for \${'$'}\{destination}`);
console.log(`Adding filter for ` + destination);
if (analytics.add(dest)) {
return dest;
}
Expand Down

0 comments on commit 323bd1f

Please sign in to comment.