main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
235 bytes
|
Rev | Line | |
---|
[d565449] | 1 | 'use strict';
|
---|
| 2 |
|
---|
| 3 | const getMessageData = require('./message');
|
---|
| 4 |
|
---|
| 5 | module.exports = function report(context, message, messageId, data) {
|
---|
| 6 | context.report(
|
---|
| 7 | Object.assign(
|
---|
| 8 | getMessageData(messageId, message),
|
---|
| 9 | data
|
---|
| 10 | )
|
---|
| 11 | );
|
---|
| 12 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.