Skip to content

Commit

Permalink
fix: fix logger path
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 7, 2020
1 parent 91445fa commit 232d2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/runner.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const get = require("lodash.get");

module.exports = flags => {
const getLogger = require("./getLogger");
const getLogger = require("../lib/getLogger");
const logger = getLogger({ stdout: process.stdout, stderr: process.stderr });
const debug = require("../lib/debug");

Expand Down

0 comments on commit 232d2dc

Please sign in to comment.