small change to simplify the driver's task

[?]
Jan 8, 2023, 5:23 AM
YOK66CEWEGIBNRNHE2AJ5SDVGWDCSIJL73JWOK2SWP24M42NOUGAC

Dependencies

Change contents

  • replacement in live.lua at line 255
    [3.238][2.164:245]()
    live.send_to_driver(table.concat(result, '\n--fw: definition boundary--\n'))
    [3.238]
    [3.7091]
    local delimiter = '\n==fw: definition boundary==\n'
    live.send_to_driver(table.concat(result, delimiter)..delimiter) -- send a final delimiter to simplify the driver's task