[nostalgia] Add trace init

This commit is contained in:
2021-03-08 20:12:41 -06:00
parent 662c2e11de
commit f24a0a4aab
4 changed files with 13 additions and 0 deletions
+2
View File
@@ -11,6 +11,7 @@
#include <vector>
#include <ox/clargs/clargs.hpp>
#include <ox/fs/fs.hpp>
#include <ox/std/trace.hpp>
#include "pack/pack.hpp"
@@ -48,6 +49,7 @@ void run(ox::ClArgs args) {
}
int main(int argc, const char **args) {
ox::trace::init();
try {
run(ox::ClArgs(argc, args));
} catch (const ox::Error &err) {