Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281345
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
433 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
});
});
process
.
stdout
.
write
(
JSON
.
stringify
(
report
));
}
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 23, 21:11 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114330
Default Alt Text
reporter.js (433 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment