Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116780188
PhutilConsoleServerChannel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jun 9, 04:43
Size
349 B
Mime Type
text/x-php
Expires
Wed, Jun 11, 04:43 (2 d)
Engine
blob
Format
Raw Data
Handle
26671497
Attached To
rPHU libphutil
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
);
}
}
Event Timeline
Log In to Comment