Skip to content

Commit

Permalink
Update transform-snippets-1.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed May 14, 2024
1 parent 1523966 commit 07c1699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/transform-nextjs/transform-snippets-1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export const transformSnippets = async (oldSnippetsDir, newSnippetsDir) => {
newSegment.length > 0 ? ` tabTitle="${newSegment.join('-')}"` : ''
}${packageManager ? ` packageManager="${packageManager}"` : ''}`;

console.log(file);
console.log(segments);
console.log('Newline', newFirstLine);
// console.log(file);
// console.log(segments);
// console.log('Newline', newFirstLine);

// Replace content first line by new first line
const newContent = codeFilename
Expand Down

0 comments on commit 07c1699

Please sign in to comment.