Skip to content

Commit

Permalink
Updating validate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pputhran authored Jan 26, 2024
1 parent 1ef49ce commit e15b94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const main = async () => {
});
} catch (error) {

console.log(`Failed generating preview. Error - ${JSON.stringify(error)}`)
console.info(`Failed generating preview. Error - ${JSON.stringify(error)}`)

}

Expand Down

0 comments on commit e15b94e

Please sign in to comment.