[all-commits] [llvm/llvm-project] 6d4355: [lldb-dap] Fix typescript issue in updated typescr...

cmtice via All-commits all-commits at lists.llvm.org
Fri Aug 29 15:38:58 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d4355126be0fafa3e735ae6be193b3af127a40c
      https://github.com/llvm/llvm-project/commit/6d4355126be0fafa3e735ae6be193b3af127a40c
  Author: cmtice <cmtice at google.com>
  Date:   2025-08-29 (Fri, 29 Aug 2025)

  Changed paths:
    M lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts

  Log Message:
  -----------
  [lldb-dap] Fix typescript issue in updated typescript code. (#156117)

After PR 155021 landed, some typescript 'promises' in async functions
were not 'await'ed, which caused us some build failures. This fixes that
by adding 'await' in the appropriate places.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list