mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 14:45:56 +00:00
Improve panic messaging and process behavior.
- Replaced main() to use custom panic hook - Updated log formatting - Switched to panic=abort, since we don't need to unwind now. - Process will now abort if any thread panics.
This commit is contained in:
@@ -15,6 +15,12 @@ exclude = [
|
||||
"/test-projects/**",
|
||||
]
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -56,6 +62,7 @@ harness = false
|
||||
|
||||
[dependencies]
|
||||
memofs = { version = "0.1.0", path = "memofs" }
|
||||
backtrace = "0.3"
|
||||
|
||||
crossbeam-channel = "0.4.0"
|
||||
csv = "1.1.1"
|
||||
|
||||
Reference in New Issue
Block a user