Skip to content

Commit

Permalink
fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukuha committed Jun 13, 2024
1 parent 5a620f5 commit 25dc500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsc/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { runTsc } from '@volar/typescript/lib/quickstart/runTsc';
import * as vue from '@vue/language-core';
import { createCliOptions } from './options'
import { createCliOptions } from './options';

const windowsPathReg = /\\/g;

Expand Down

0 comments on commit 25dc500

Please sign in to comment.