Skip to content

Commit

Permalink
Remove trycatch tip
Browse files Browse the repository at this point in the history
related: v8/v8@9aac80f
  • Loading branch information
Kikobeats committed Apr 25, 2017
1 parent e01120e commit 137d3bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
* Date
* [Creating timestamp](date/timestamp.md)

* Error
* [Avoid try/catch](error/try-catch.md)

* Function
* [new agnostic](function/new.md)
* [bind is slower](function/bind.md)
Expand Down
23 changes: 0 additions & 23 deletions docs/error/try-catch.md

This file was deleted.

2 comments on commit 137d3bd

@gangsthub
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, why has this been removed? (curiosity)

@Kikobeats
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check v8/v8@9aac80f

In Node v8 trycatch is optimizable 😄

Please sign in to comment.