Skip to content

Commit

Permalink
Update scripts/generate_rule.js
Browse files Browse the repository at this point in the history
Co-authored-by: elsapet <[email protected]>
  • Loading branch information
cfabianski and elsapet authored Jan 31, 2024
1 parent 7eba603 commit 4ed1d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function writeTestFileIfNotExists(ruleID) {
testJSContent(rootTestdataFilePath, testdataFileName),
'utf8',
);
console.error(`test.js file written successfully - ${testFilePath}`);
console.log(`test.js file written successfully - ${testFilePath}`);
} else {
console.error(`test.js file already exists - ${testFilePath}`);
}
Expand Down

0 comments on commit 4ed1d88

Please sign in to comment.