From c31111099a6ed7ef48390e2e3af202445754c63e Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 28 Aug 2011 01:33:11 -0700 Subject: [PATCH] throw --- src/osx.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx.coffee b/src/osx.coffee index bc811d2f6..3e63fc75d 100644 --- a/src/osx.coffee +++ b/src/osx.coffee @@ -20,7 +20,7 @@ define (require, exports, module) -> when 'right' horizontalDiv.append(el) else - NSLog("I DON'T KNOW HOW TO DEAL WITH #{position}") + throw "I DON'T KNOW HOW TO DEAL WITH #{position}" # path - Optional. The String path to the file to base it on. createWindow: (path) ->