Update node.c

To fix #3251.
This commit is contained in:
Terry Ellison 2020-09-07 12:53:51 +01:00 committed by GitHub
parent 38f13a7e9f
commit 41c5f8fd57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 )