Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 2fdd36a

Browse files
committed
give the error codes in order
1 parent 15b5f86 commit 2fdd36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GridNotation.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class GridNotation
248248
error(4, errors, command) if fills > 1
249249
error(5, errors, command) if id and variable and varHasFill
250250

251-
errors: errors
251+
errors: errors.sort()
252252
obj: obj
253253

254254
# Convert a string of command and guide commands into an object.

0 commit comments

Comments
 (0)