Skip to content

Commit

Permalink
Print error object
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jun 16, 2023
1 parent e2492df commit 78f2143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions denops/ddu/ddu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2029,6 +2029,8 @@ async function errorException(denops: Denops, e: unknown, message: string) {
e.stack,
);
}
} else {
console.log(e);
}
}

Expand Down

0 comments on commit 78f2143

Please sign in to comment.