update protocol so driver shows syntax errors

This commit is contained in:
Kartik K. Agaram 2022-12-17 10:38:19 -08:00
parent 6c15f53b3d
commit 276ca2287e
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ function live.run(buf)
-- throw an error
live.send('ERROR '..tostring(err))
end
live.send('ok')
end
end