From 14f5bb167951ad893760cdb526364e9edf1213ef Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 29 Jan 2018 14:59:25 +1100 Subject: src/: Export LUA_SIGNATURE as lua string instead of js string --- src/defs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/defs.js') diff --git a/src/defs.js b/src/defs.js index 13d2d1d..9eeea00 100644 --- a/src/defs.js +++ b/src/defs.js @@ -194,7 +194,7 @@ const from_userstring = function(str) { }; /* mark for precompiled code ('Lua') */ -const LUA_SIGNATURE = "\x1bLua"; +const LUA_SIGNATURE = to_luastring("\x1bLua"); const LUA_VERSION_MAJOR = "5"; const LUA_VERSION_MINOR = "3"; -- cgit v1.2.3-54-g00ecf