cleaning up

master
Chris Punches 2025-02-23 04:21:46 -05:00
parent 5be17a0a05
commit 496cc9d4e6
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ int main( int argc, char* argv[] )
return default_behavior( loader );
}
// execute the module
DPMError execute_error = loader.execute_module(args.module_name, args.command);
// pair result with a message and exit with the appropriate error code
return print_error(execute_error, args.module_name, args.module_path);
}