From 123dfc7ca0cea702a552bc24614e66b4144cca07 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sat, 17 Feb 2018 11:12:26 +1100 Subject: Rename cpath to jspath --- src/lua.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua.js') diff --git a/src/lua.js b/src/lua.js index 770669e..6de7553 100644 --- a/src/lua.js +++ b/src/lua.js @@ -71,8 +71,8 @@ module.exports.LUA_YIELD = defs.thread_status.LUA_YIELD; module.exports.lua_Debug = defs.lua_Debug; module.exports.lua_upvalueindex = defs.lua_upvalueindex; module.exports.LUA_CDIR = defs.LUA_CDIR; -module.exports.LUA_CPATH_DEFAULT = defs.LUA_CPATH_DEFAULT; module.exports.LUA_EXEC_DIR = defs.LUA_EXEC_DIR; +module.exports.LUA_JSPATH_DEFAULT = defs.LUA_JSPATH_DEFAULT; module.exports.LUA_LDIR = defs.LUA_LDIR; module.exports.LUA_PATH_DEFAULT = defs.LUA_PATH_DEFAULT; module.exports.LUA_PATH_MARK = defs.LUA_PATH_MARK; -- cgit v1.2.3-54-g00ecf