Skip to content

Commit

Permalink
bbbbbbbbbbbbbbb
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Mar 6, 2024
1 parent 6fbe08e commit 285e8b4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions examples/node-dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/node-typescript/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/node-typescript/dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/node-typescript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export = function error() {
}
}
// TypeScript code snippet will include `<Error>`
var error = <Error>new CustomError('foo');
var error = <Error> new CustomError('foo');
throw error;
};
}

0 comments on commit 285e8b4

Please sign in to comment.