From 3dd11c6c0f2d435d4406cbcba2f4df967923d067 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 24 Jan 2013 12:06:42 -0800 Subject: [PATCH] Set type to log for console.log forwarding --- src/stdlib/task-shell.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdlib/task-shell.coffee b/src/stdlib/task-shell.coffee index 562a2773c..59ab05ea1 100644 --- a/src/stdlib/task-shell.coffee +++ b/src/stdlib/task-shell.coffee @@ -7,7 +7,7 @@ console.warn = -> details: arguments console.log = -> self.postMessage - type: 'warn' + type: 'log' details: arguments self.addEventListener 'message', (event) ->