SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Logging rhino exception with the file info that the exception occurs. #152

Closed sgkim126 closed 9 years ago

sgkim126 commented 9 years ago

Currently, ScriptableFuture ignores the file info. This patch makes logging that to help debugging.

hatashiro commented 9 years ago

Some commit log fixes.

Log rhino exception with info of the file in which the exception occurs.

Currently, ScriptableFuture ignores the file info. This patch makes ScriptableFuture log the info to help debugging.

sgkim126 commented 9 years ago

Landed manually.