|
@@ -422,6 +422,7 @@ int main (int argc, const char* argv[]) {
|
|
|
// create VM
|
|
|
gravity_vm *vm = gravity_vm_new(&delegate);
|
|
|
|
|
|
+ // pass argc and argv to the ENV class
|
|
|
gravity_env_register_args(vm, argc, argv);
|
|
|
|
|
|
// check if input file is source code that needs to be compiled
|