Skip to content

Commit c4f9712

Browse files
committed
Update true/false to represent errors
1 parent 05b9c72 commit c4f9712

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# ========== Types ==========
1212

1313
# Booleans
14-
Ash__TRUE="true"
15-
Ash__FALSE="false"
14+
Ash__TRUE=0 # "No Errors"
15+
Ash__FALSE=1 # "Has Errors"
1616

1717
# Platforms
1818
Ash__PLATFORM_UNKNOWN='unknown'

0 commit comments

Comments
 (0)