Skip to content

Commit 3284990

Browse files
committed
add space after languages
1 parent 3cc1852 commit 3284990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/prep-samples.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ let jsonArray = [];
1111

1212
directories.forEach((sample) => {
1313
const directoryName = sample;
14+
console.log(`@@ Adding ${sample}`);
1415
let readme;
1516
try {
1617
readme = fs.readFileSync(path.join(samplesDir, sample, 'README.md'), 'utf8');

0 commit comments

Comments
 (0)