Skip to content
Snippets Groups Projects
Commit 9d1a6159 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Konstantin Osipov
Browse files

func: don't raise exception from func_load

It is a C function so it is supposed to return -1 on error, not throw
an exception. This misbehavior doesn't result in any runtime errors,
because its only user box_process_call() is called from a try-catch
block, but this is going to change soon.
parent b745fad9
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment