Skip to content

Commit

Permalink
Improve errorException()
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 25, 2023
1 parent 3f6ba29 commit bffd9b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions denops/ddu/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ export async function errorException(
e.stack,
);
}
} else {
await denops.call(
"ddu#util#print_error",
"unknown error object",
);
console.error(e);
}
}

0 comments on commit bffd9b2

Please sign in to comment.