mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-03 10:08:01 +01:00
Use exit code 65 for Sass errors.
This commit is contained in:
parent
5b4348f8bf
commit
61dfecc697
@ -57,7 +57,9 @@ void main(List<String> args) {
|
||||
stderr.flush();
|
||||
}
|
||||
|
||||
exit(1);
|
||||
// Exit code 65 indicates invalid data per
|
||||
// http://www.freebsd.org/cgi/man.cgi?query=sysexits.
|
||||
exit(65);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user