remove id

This commit is contained in:
Barış Soner Uşaklı
2018-09-28 23:13:07 -04:00
committed by GitHub
parent 36ae926196
commit d92ef9ca11

View File

@@ -60,7 +60,7 @@ Object.defineProperty(adapter.prototype, 'id', {
get: function () {
return process.pid;
},
set: function (id) {
set: function () {
// ignore
},
});