From c2de3080d713fd6a2bbdce467733e2f526d68207 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Mon, 15 Feb 2016 09:24:31 +0200 Subject: [PATCH] Fix error for missing Fiber when tracking uncaught exceptions When tracking uncaught exceptions, we do not have fiber, but our code works with futures. So it fails with error "Can't wait without fiber". Fix this by creating fiber. --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index 466227ea6e..778e48aa07 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 466227ea6e7d0f2cbc595b3ffbd45e2c158ff90b +Subproject commit 778e48aa07b68025dc8c2b543bcb94397088a13f