fix: Reflect.hasOwnMetadata is not a function in debugServer (#1579)

Fixes #1577
This commit is contained in:
Connor Peet 2023-02-28 10:45:50 -08:00 коммит произвёл GitHub
Родитель b208586d8e
Коммит 87eaa14463
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,7 @@
* Copyright (C) Microsoft Corporation. All rights reserved.
*--------------------------------------------------------*/
import 'reflect-metadata';
import { startDebugServer } from './debugServer';
let port = 0;