Skip to content

Commit

Permalink
Fix: Allow tracking ids without spoor installed (fixes #3464) (#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored Sep 28, 2023
1 parent 3830c41 commit e8e2f15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grunt/tasks/tracking-insert.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = function(grunt) {
const Helpers = require('../helpers')(grunt);
grunt.registerTask('tracking-insert', 'Adds any missing tracking IDs (starting at the highest existing ID)', function() {
if (!Helpers.isPluginInstalled('adapt-contrib-spoor')) return;
const data = Helpers.getFramework().getData();
data.addTrackingIds();
});
Expand Down

0 comments on commit e8e2f15

Please sign in to comment.