File size: 148 Bytes
463f868
 
 
 
 
1
2
3
4
5
6
try:
    with open("engine_rust/build_error.log", "r", encoding="utf-16-le") as f:
        print(f.read())
except Exception as e:
    print(e)