mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-12-22 18:09:49 +01:00
c12ab785ce
Instead of crashing on an invalid hex, return an error.
5 lines
66 B
Text
5 lines
66 B
Text
# This config houses two errors
|
|
|
|
invalidHex = 0xQQ
|
|
emptyHex = 0x
|
|
|