Skip to content

Commit 38baf94

Browse files
committed
fix logfunction
1 parent e0f83fb commit 38baf94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/all.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ describe('test stateful-process-command-proxy', function() {
7171
max: 1,
7272
min: 1,
7373
idleTimeoutMillis: 10000,
74-
log: function(severity,origin,msg) {
74+
75+
logFunction: function(severity,origin,msg) {
7576
console.log(severity.toUpperCase() + " " +origin+" "+ msg);
7677
},
7778

0 commit comments

Comments
 (0)