diff --git a/.scripts/ci/check-license-header.js b/.scripts/ci/check-license-header.js index 7080fa7f..2f7b7909 100644 --- a/.scripts/ci/check-license-header.js +++ b/.scripts/ci/check-license-header.js @@ -124,6 +124,6 @@ if (files.length > 0) { console.log(missing.join("\n")); process.exit(1); } - } + }, ); }