Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryWm authored Jan 2, 2018
1 parent 43300fc commit cdb79ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const CFG_PATH = "config.json";
const CFG_POOLS_PATH = "pools.json";

const Paths = require('./paths');
const Paths = require('./Paths');

const fs = require('fs');
const EventEmitter = require('events').EventEmitter;
Expand Down

0 comments on commit cdb79ac

Please sign in to comment.