main
Last change
on this file since 0c6b92a was d565449, checked in by stefan toskovski <stefantoska84@…>, 3 months ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
235 bytes
|
Line | |
---|
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.