diff options
author | Determinant <[email protected]> | 2015-05-26 14:06:52 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-05-26 14:06:52 +0800 |
commit | 81bf2d653902860c5d28ccade19ac6e1fd56acaf (patch) | |
tree | 831a25c84332ac0839dbe498f61620ea634170e0 /nerv.lua | |
parent | 8c5246a8794011ca0c25f15643771f031d258594 (diff) |
add layer and param
Diffstat (limited to 'nerv.lua')
-rw-r--r-- | nerv.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ function nerv.error(fmt, ...) error(nerv.utils.printf("Nerv internal error: " .. fmt .. "\n", ...)) end -function nerv.error_method_not_implement() +function nerv.error_method_not_implemented() nerv.error("method not implemented"); end |