Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281676
reporter.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
532 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
,
'evidence'
:
error
.
evidence
,
});
});
process
.
stdout
.
write
(
JSON
.
stringify
(
report
));
}
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 24, 00:36 (13 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1257090
Default Alt Text
reporter.js (532 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment