Add ERR_MEMORY exit code to show that there was not enough memory; fix debug.stm build
This commit is contained in:
+1
-1
@@ -181,6 +181,6 @@ main(void)
|
||||
const size_t source_size = sizeof(generated_source);
|
||||
|
||||
jerry_run( source_p,
|
||||
source_size);
|
||||
source_size, false);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user