Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100477007
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
Fri, Jan 31, 02:46
Size
349 B
Mime Type
text/x-php
Expires
Sun, Feb 2, 02:46 (2 d)
Engine
blob
Format
Raw Data
Handle
23971770
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