|
|
|
@ -19,7 +19,7 @@ function fileNameFromKey (key) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function errortype (message) { |
|
|
|
|
return message.match(/^.*:[0-9]*:[0-9]* Warning: /) ? 'warning' : 'error' |
|
|
|
|
return message.match(/^(.*:[0-9]*:[0-9]* )?Warning: /) ? 'warning' : 'error' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
module.exports = { |
|
|
|
|