docs: exit code > 0 when you create an error
This commit is contained in:
parent
a8781a6cf7
commit
41e10dfce5
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue