Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Ooopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Nov 17, 2023
1 parent 624adcf commit 02c43c9
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/util/trimIndent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,33 +54,3 @@ export function trimIndent(
}

export default trimIndent;

process.stdout.write(
trimIndent`
❌ Error: Title is not up to standards.
Title must be formatted as follows:
\`\`\`
<type>: <summary>
<type>!: <summary>
<type>(<scope>): <summary>
<type>(<scope>)!: <summary>
\`\`\`
`,
);

process.stdout.write(
`
❌ Error: Title is not up to standards.
Title must be formatted as follows:
\`\`\`
<type>: <summary>
<type>!: <summary>
<type>(<scope>): <summary>
<type>(<scope>)!: <summary>
\`\`\`
`,
);

0 comments on commit 02c43c9

Please sign in to comment.