Skip to content

Commit

Permalink
fix: replace missing upath
Browse files Browse the repository at this point in the history
close #493
  • Loading branch information
johnsoncodehk committed Sep 15, 2021
1 parent 5be5863 commit 4a3f5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-pug-languageservice/src/pugDocument.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as shared from '@volar/shared';
import * as SourceMap from '@volar/source-map';
import * as path from 'upath';
import * as path from 'path';
import type * as html from 'vscode-html-languageservice';
import { TextDocument } from 'vscode-languageserver-textdocument';
import { createCodeGen } from '@volar/code-gen';
Expand Down

0 comments on commit 4a3f5c7

Please sign in to comment.