Skip to content

Commit

Permalink
fix: import can be shortened
Browse files Browse the repository at this point in the history
  • Loading branch information
cunzaizhuyi committed Jan 8, 2023
1 parent 67487b3 commit a82ba63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type {
RollupWarning,
WarningHandler
} from '../rollup/types';
import { extname } from '../utils/path';
import { extname } from './path';
import getCodeFrame from './getCodeFrame';
import { printQuotedStringList } from './printStringList';
import relativeId from './relativeId';
Expand Down

0 comments on commit a82ba63

Please sign in to comment.