mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Put Rojo version in crash message (#1101)
This commit is contained in:
@@ -20,7 +20,10 @@ fn main() {
|
||||
},
|
||||
};
|
||||
|
||||
log::error!("Rojo crashed!");
|
||||
log::error!(
|
||||
"Rojo crashed! You are running Rojo {}.",
|
||||
env!("CARGO_PKG_VERSION")
|
||||
);
|
||||
log::error!("This is probably a Rojo bug.");
|
||||
log::error!("");
|
||||
log::error!(
|
||||
|
||||
Reference in New Issue
Block a user