Fix missing path

This commit is contained in:
Zalmoxisus 2016-03-24 20:28:13 +02:00
parent 28de921ef6
commit a8f6f27e0b

View File

@ -1,3 +1,4 @@
var path = require('path');
var app = require('express')();
module.exports.run = function(worker) {