Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3282541
PhutilConsoleServerChannel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
349 B
Referenced Files
None
Subscribers
None
PhutilConsoleServerChannel.php
View Options
<?php
final
class
PhutilConsoleServerChannel
extends
PhutilChannelChannel
{
public
function
didReceiveStderr
(
PhutilExecChannel
$channel
,
$stderr
)
{
$message
=
id
(
new
PhutilConsoleMessage
(
)
)
->
setType
(
PhutilConsoleMessage
::
TYPE_ERR
)
->
setData
(
array
(
'%s'
,
$stderr
)
)
;
$this
->
getUnderlyingChannel
(
)
->
addMessage
(
$message
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 08:52 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113043
Default Alt Text
PhutilConsoleServerChannel.php (349 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment