From a8f6f27e0b5507698776ab158c0cf305f9964757 Mon Sep 17 00:00:00 2001 From: Zalmoxisus Date: Thu, 24 Mar 2016 20:28:13 +0200 Subject: [PATCH] Fix missing `path` --- bin/worker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/worker.js b/bin/worker.js index d43d5b0..e68b1a1 100644 --- a/bin/worker.js +++ b/bin/worker.js @@ -1,3 +1,4 @@ +var path = require('path'); var app = require('express')(); module.exports.run = function(worker) {