From 7c388990ba7a7b4efc5e0199e371b97bcaec3997 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Fri, 16 Jan 2015 10:09:23 +0200 Subject: [PATCH] Update common lib In common lib the following change is applied: Add function to print message after timeout - add new function to helpers.ts which prints a message on the same line (using printInfoMessageOnSameLine method from the same helpers.ts) after a specific timeout had passed. Using future to guarantee that the function will not finish until timeout is passed and message is printed. Fix missing ";" in options.ts. --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index d34a94aad0..e76ec0935a 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit d34a94aad0fd2892a8dc722d7c85791e58d0604f +Subproject commit e76ec0935a45afb6b9d1f0bd2440163c4786c30c