Skip to content

Commit

Permalink
restore file to main
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Jan 5, 2024
1 parent d55ea86 commit ab3f9ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/does-it-throw/src/fixtures/something.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const someThrow = () => {
export const SomeThrow = () => {
throw new Error('never gonna let you down');
}

export function CallToThrow () {
someThrow()
}
export function Something () {
throw new Error('never gonna run around and desert you')
}
Binary file added jetbrains/marketplace-zip-signer-cli.jar
Binary file not shown.
Binary file added jetbrains/signed.zip
Binary file not shown.

0 comments on commit ab3f9ab

Please sign in to comment.