From 652e9ca6e0b74222e645262c38350731c74b2fab Mon Sep 17 00:00:00 2001 From: daurnimator Date: Fri, 16 Jun 2017 17:34:44 +1000 Subject: src/ldo.js: Add call debug hook --- tests/ldblib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ldblib.js b/tests/ldblib.js index 82d40c2..7f39c09 100644 --- a/tests/ldblib.js +++ b/tests/ldblib.js @@ -44,7 +44,7 @@ test('debug.sethook', function (t) { t.strictEqual( lua.lua_tojsstring(L, -1), - "return count line count line count line count line return count line count line count line return count line count line count line return count line ", + "return count line count line count line call count line return count line count line call count line return count line count line call count line return count line ", "Correct element(s) on the stack" ); -- cgit v1.2.3-54-g00ecf