We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3ba1a commit 24f9883Copy full SHA for 24f9883
lib/worker.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
const utils = require('./utils');
4
-const clientCommandMessageReg = /ERR unknown command '\s*client\s*'/;
+const clientCommandMessageReg = /ERR unknown command ['`]\s*client\s*['`]/;
5
6
module.exports = function(Queue) {
7
// IDEA, How to store metadata associated to a worker.
0 commit comments