Skip to content

Commit

Permalink
fix: fix set source folder bug
Browse files Browse the repository at this point in the history
  • Loading branch information
EryouHao committed Apr 14, 2019
1 parent dccc155 commit af4bbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ export default class App {
const appConfig = await fse.readJsonSync(appConfigPath)
this.appDir = appConfig.sourceFolder

this.checkDir()

return true
} catch (e) {
console.log(e)
Expand Down

0 comments on commit af4bbec

Please sign in to comment.