Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7187888
reporter.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
410 B
Referenced Files
None
Subscribers
None
reporter.js
View Options
module
.
exports
=
{
reporter
:
function
(
results
)
{
var
report
=
[];
results
.
forEach
(
function
(
result
)
{
var
error
=
result
.
error
;
report
.
push
({
'file'
:
result
.
file
,
'line'
:
error
.
line
,
'col'
:
error
.
character
,
'reason'
:
error
.
reason
,
'code'
:
error
.
code
,
});
});
process
.
stdout
.
write
(
JSON
.
stringify
(
report
));
}
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 8, 07:42 (9 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
748897
Default Alt Text
reporter.js (410 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment