1
0
mirror of https://github.com/jht5945/buildj.git synced 2026-01-12 08:20:03 +08:00

feat: exit with non 0, when fails

This commit is contained in:
2020-12-26 22:21:17 +08:00
parent 6fa4b60bc4
commit bd52eb6042
8 changed files with 609 additions and 606 deletions

View File

@@ -1,5 +1,5 @@
use std::fs::File;
use rust_util::{ XResult, util_io };
use rust_util::{XResult, util_io};
use crate::misc::VERBOSE;