Skip to content

Commit 91754b5

Browse files
committed
Turn into "About" style article and keep for now
1 parent 419d6c6 commit 91754b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/Software Support/Upload/Error-exit-status-1.md renamed to content/Software Support/Upload/About-error-messages-with-exit-status.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2-
title: "Error: exit status 1"
2+
title: 'About error messages with "exit status"'
33
id: 360016955139
44
---
55

6-
**Exit status 1** is used in some error messages to indicate that a process has finished (or "exited") in failure. Other parts of the error message will often contain more specific information.
6+
Error messages that occur when Arduino IDE is compiling or uploading a sketch can include an exit status.
7+
8+
**Exit status 1** indicates that a process has finished (or "exited") in failure. Other parts of the error message will often contain more specific information.
79

810
Your error output may end with one of these lines:
911

0 commit comments

Comments
 (0)