From c03bcb9530745c025008ff8006ef5041208405c6 Mon Sep 17 00:00:00 2001 From: Matthijs van Henten Date: Fri, 1 Apr 2016 15:45:53 +0200 Subject: [PATCH] Revert "Fix VFS container activation timeout behavior" --- node_modules/c9/rest_client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/c9/rest_client.js b/node_modules/c9/rest_client.js index 7531fd03..0aec2fff 100644 --- a/node_modules/c9/rest_client.js +++ b/node_modules/c9/rest_client.js @@ -145,4 +145,4 @@ function RestClient(host, port, config) { } } -module.exports = RestClient; \ No newline at end of file +module.exports = RestClient;