mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-17 01:24:36 +01:00
Bug fixes
This commit is contained in:
@@ -132,7 +132,7 @@ pub fn read_file(path: String) -> String {
|
||||
Ok(file) => file,
|
||||
Err(e) => {
|
||||
// Send back error for handling by the caller
|
||||
return e;
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user