Skip to content

Commit 7538d53

Browse files
committed
Fix
1 parent f4ca0a8 commit 7538d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops/ddc/ext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function getUi(
6060
if (!ui) {
6161
await printError(
6262
denops,
63-
`Not found ui: "${options.ui}"`,
63+
`Not found ui: "${name}"`,
6464
);
6565

6666
return [

0 commit comments

Comments
 (0)