Skip to content

Commit 49ef283

Browse files
WardormeurDanielBrierton
authored andcommitted
Fix case
1 parent a797c4a commit 49ef283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ seneca.use(require('./lib/queues'), {config: config.kue});
5050
process.on('SIGINT', shutdown);
5151
process.on('SIGTERM', shutdown);
5252
process.on('uncaughtException', shutdown);
53-
Process.on('SIGUSR2', shutdown);
53+
process.on('SIGUSR2', shutdown);
5454

5555
function shutdown (err) {
5656
var stopQueue = seneca.export('queues/queue')['stopQueue'];

0 commit comments

Comments
 (0)