diff options
| author | Ruben Bridgewater <ruben@bridgewater.de> | 2019-03-28 22:42:06 +0100 |
|---|---|---|
| committer | Ruben Bridgewater <ruben@bridgewater.de> | 2019-04-04 13:03:27 +0200 |
| commit | be577615c8542bc8e294ce83167de259ea7eff34 (patch) | |
| tree | a7a05de47068cd4916f066340c8b72909634ae3e /test/message/assert_throws_stack.out | |
| parent | ae9fae813e54661b3bb3fdf5a076151db54c5ac7 (diff) | |
| download | node-new-be577615c8542bc8e294ce83167de259ea7eff34.tar.gz | |
module: inline try catch
Moving `try / catch` into separate functions is not necessary
anymore due to V8 optimizations.
PR-URL: https://github.com/nodejs/node/pull/26970
Refs: https://github.com/nodejs/node/pull/25362
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'test/message/assert_throws_stack.out')
| -rw-r--r-- | test/message/assert_throws_stack.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/message/assert_throws_stack.out b/test/message/assert_throws_stack.out index 0457670d6a..7d4a7aecbc 100644 --- a/test/message/assert_throws_stack.out +++ b/test/message/assert_throws_stack.out @@ -16,4 +16,3 @@ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: at * at * at * - at * |
