Skip to content

Commit

Permalink
fix: cli package path
Browse files Browse the repository at this point in the history
  • Loading branch information
starknt committed Nov 18, 2024
1 parent 6069349 commit 9ef07ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/mitmproxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require('node:fs')
const path = require('node:path')
const server = require('@docmirror/mitmproxy')
const jsonApi = require('@docmirror/mitmproxy/src/json')
const log = require('../src/utils/util.log')
const log = require('@docmirror/mitmproxy/src/utils/util.log')

const home = process.env.USER_HOME || process.env.HOME || 'C:/Users/Administrator/'

Expand Down

0 comments on commit 9ef07ca

Please sign in to comment.