mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
Syntax Errors
|
|
=============
|
|
Syntax errors will be written to stderr. We should catch these and turn them into clickable links.
|
|
|
|
|
|
Exit Status
|
|
===========
|
|
The exit code from the process we span is not shown. This is a limitation of popen3, but we could role a replacement for that.
|
|
|
|
|
|
Errors From Included Files
|
|
==========================
|
|
These could be shown differently to make them distinguishable.
|