Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 22, 2024
1 parent 1bb0049 commit dee0e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethernaut-common/src/ui/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const chalk = require('chalk')
const boxen = require('boxen')
const debug = require('./debug')
const spinner = require('./spinner')
const telemetry = require('../util/telemetry')
const telemetry = require('../error/telemetry')
const EthernautCliError = require('../error/error')

let _muted = false
Expand Down

0 comments on commit dee0e33

Please sign in to comment.