From c0408a614f4449d9ecd4970c14f137b8baee11d2 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sun, 4 Oct 2015 14:24:55 +0200 Subject: [PATCH] Typo --- public/js/cryptalk_modules/host.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/cryptalk_modules/host.js b/public/js/cryptalk_modules/host.js index a4a0340..ced1c3a 100644 --- a/public/js/cryptalk_modules/host.js +++ b/public/js/cryptalk_modules/host.js @@ -58,7 +58,7 @@ define( }); if (--left === 0) { - mediator.emit('info', strhosts); + mediator.emit('console:info', strhosts); done(); } };