mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
return 0 if code is generated.
This commit is contained in:
+1
-1
@@ -139,5 +139,5 @@ main(int argc, char **argv)
|
||||
|
||||
cleanup(&args);
|
||||
|
||||
return n;
|
||||
return n > 0 ? 0 : 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user