Explorar el Código

Updates isDebugging regex

main
Eric Amodio hace 6 años
padre
commit
4b5f86a9c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/logger.ts

+ 1
- 1
src/logger.ts Ver fichero

@ -6,7 +6,7 @@ import { extensionOutputChannelName } from './constants';
const ConsolePrefix = `[${extensionOutputChannelName}]`;
const isDebuggingRegex = /^--inspect(-brk)?=?/;
const isDebuggingRegex = /^--(debug|inspect)\b(-brk\b|(?!-))=?/;
export class Logger {
static level: OutputLevel = OutputLevel.Silent;

Cargando…
Cancelar
Guardar