kopia lustrzana https://github.com/c9/core
Update .sdkconfig.js
rodzic
39a65fcbdf
commit
73c838fc32
|
@ -0,0 +1,19 @@
|
|||
/**
|
||||
* Dummy implementation of metrics.
|
||||
*/
|
||||
"use strict";
|
||||
|
||||
plugin.consumes = [];
|
||||
plugin.provides = ["metrics"];
|
||||
|
||||
module.exports = plugin;
|
||||
|
||||
function plugin(options, imports, register) {
|
||||
|
||||
register(null, {
|
||||
"metrics": {
|
||||
log: function() {},
|
||||
increment: function() {}
|
||||
}
|
||||
});
|
||||
}
|
Ładowanie…
Reference in New Issue