Skip to content

Commit

Permalink
fix(cli): correct file location
Browse files Browse the repository at this point in the history
Point to the right location of logger.js
  • Loading branch information
marisademeglio committed Sep 29, 2017
1 parent 19f5c70 commit f295c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.js
Expand Up @@ -7,7 +7,7 @@ const ace = require('../core/ace.js');
const fs = require('fs');
const meow = require('meow');
const path = require('path');
const logger = require('./logger.js');
const logger = require('../core/logger.js');

const cli = meow(`
Usage: ace [options] <input>
Expand Down

0 comments on commit f295c6f

Please sign in to comment.