瀏覽代碼

Updates isDebugging regex

main
Eric Amodio 6 年之前
父節點
當前提交
4b5f86a9c8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/logger.ts

+ 1
- 1
src/logger.ts 查看文件

@ -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;

Loading…
取消
儲存