|
@@ -239,7 +239,7 @@ func (ls *LState) ArgError(n int, message string) {
|
|
|
}
|
|
|
|
|
|
func (ls *LState) TypeError(n int, typ LValueType) {
|
|
|
- ls.RaiseError("bad argument #%v to %v (%v expected, got %v)", n, ls.rawFrameFuncName(ls.currentFrame), typ.String(), ls.Get(n).Type().String())
|
|
|
+ //ls.RaiseError("bad argument #%v to %v (%v expected, got %v)", n, ls.rawFrameFuncName(ls.currentFrame), typ.String(), ls.Get(n).Type().String())
|
|
|
}
|
|
|
|
|
|
/* }}} */
|