Skip to content

Commit

Permalink
style: fix relative import and use path alias
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Sep 26, 2024
1 parent cece0d1 commit 5b511e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from 'node:fs'
import * as core from '@actions/core'
import { globSync } from 'glob'

import { ERR_INVALID_INPUT, FirefoxAddonActionError } from './error'
import { ERR_INVALID_INPUT, FirefoxAddonActionError } from '@/error'

export function stringify(e: unknown): string {
if (typeof e === 'object') {
Expand Down

0 comments on commit 5b511e0

Please sign in to comment.