Skip to content

Commit

Permalink
Add logging for received options object
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed May 18, 2024
1 parent 435b0b8 commit e224b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ function hasTemplateInjection(value) {
}

module.exports = function(options) {
console.log('Received options for validation:', options); // Log the entire options object
options = options || {};

// Define default values and validation functions for options
Expand Down

0 comments on commit e224b84

Please sign in to comment.