We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f83fb commit 38baf94Copy full SHA for 38baf94
test/all.js
@@ -71,7 +71,8 @@ describe('test stateful-process-command-proxy', function() {
71
max: 1,
72
min: 1,
73
idleTimeoutMillis: 10000,
74
- log: function(severity,origin,msg) {
+
75
+ logFunction: function(severity,origin,msg) {
76
console.log(severity.toUpperCase() + " " +origin+" "+ msg);
77
},
78
0 commit comments