diff options
Diffstat (limited to 'src/ldebug.js')
-rw-r--r-- | src/ldebug.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldebug.js b/src/ldebug.js index 58bccc9..c93df91 100644 --- a/src/ldebug.js +++ b/src/ldebug.js @@ -247,7 +247,7 @@ const auxgetinfo = function(L, what, ar, f, ci) { case 'n': { let r = getfuncname(L, ci); if (r === null) { - ar.namewhat = defs.to_luastring(""); + ar.namewhat = defs.to_luastring("", true); ar.name = null; } else { ar.namewhat = r.funcname; |