Skip to content

Commit

Permalink
start bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed Apr 23, 2016
1 parent d7fc129 commit 3eca7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const AuthServer = require('../app');
const co = require('co');
const resolve = require('path').resolve;
const existsSync = require('fs').existsSync;

module.exports = function(options) {
Expand Down

0 comments on commit 3eca7ce

Please sign in to comment.