docs: exit code > 0 when you create an error

This commit is contained in:
soulgalore 2022-05-27 14:12:14 +02:00
parent a8781a6cf7
commit 41e10dfce5
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ module.exports = async function(context, commands) {
};
~~~
You can also create your own errors. The error will be reported in the HTML and sent to Graphite/InfluxDB.
You can also create your own errors. The error will be reported in the HTML and sent to Graphite/InfluxDB. If you report an error, the exit code from sitespeed.io will be > 0.
~~~javascript
module.exports = async function(context, commands) {