forked from jeremyevans/aqualung
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ease debugging in lua extension code
This makes sure that if there is a bug reported in the prelude code, lua will include line number information for it and make it obvious that it occurs in the prelude (AQUALUNG_LUA_API). When attempting to add a hook for an invalid hook type, use a descriptive error message, and make sure the error information points to the line in the user's extension file and not the prelude code. git-svn-id: https://aqualung.svn.sourceforge.net/svnroot/aqualung/trunk@1266 3cd24cdc-1f22-0410-b8b1-dcf80e670293
- Loading branch information
1 parent
e94a2d0
commit 79eeb5d
Showing
1 changed file
with
96 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters