mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-04 10:37:52 +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();
|
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