Unverified Commit 41c5f8fd authored by Terry Ellison's avatar Terry Ellison Committed by GitHub
Browse files

Update node.c

To fix #3251.
parent 38f13a7e
......@@ -873,6 +873,7 @@ LROT_BEGIN(node, NULL, 0)
LROT_FUNCENTRY( info, node_info )
LROT_TABENTRY( task, node_task )
LROT_FUNCENTRY( flashindex, node_lfsindex )
LROT_FUNCENTRY( flashreload, lua_lfsreload )
LROT_TABENTRY( LFS, node_lfs )
LROT_FUNCENTRY( setonerror, node_setonerror )
LROT_FUNCENTRY( startupcommand, node_startupcommand )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment