/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/static-assets/server/debug.ts
7 строк
315 B
Ben Newman
Convert programs/server/debug.js to TypeScript.
27 апр 2019, 01:55
Не верифицирован
27 апр 2019, 01:55
114a348
Код
Авторство
О чём код?
export function pause() { // The debugger pauses here when you run `meteor debug`, so that you can // set breakpoints or add `debugger` statements to your server code // before the code begins executing. Once you have set any breakpoints // you wish to set, click the |▶ button to continue. debugger; }