Splitted the node server in modules
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/**
|
||||
* Meters the number of page errors, and provides traces as offenders for "jsErrors" metric
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
exports.version = '0.0';
|
||||
|
||||
exports.module = function(phantomas) {
|
||||
'use strict';
|
||||
|
||||
phantomas.on('recv', function(entry, res) {
|
||||
if (!entry.isJS) {
|
||||
|
||||
Reference in New Issue
Block a user