forked from rojo-rbx/rojo
Correct bug report repository link
This commit is contained in:
@@ -97,7 +97,7 @@ fn show_crash_message(message: &str) {
|
|||||||
error!("Rojo crashed!");
|
error!("Rojo crashed!");
|
||||||
error!("This is a bug in Rojo.");
|
error!("This is a bug in Rojo.");
|
||||||
error!("");
|
error!("");
|
||||||
error!("Please consider filing a bug: https://github.com/LPGhatguy/rojo/issues");
|
error!("Please consider filing a bug: https://github.com/rojo-rbx/rojo/issues");
|
||||||
error!("");
|
error!("");
|
||||||
error!("Details: {}", message);
|
error!("Details: {}", message);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user