瀏覽代碼

Fixes label sanitization -- it was too aggressive

main
Eric Amodio 5 年之前
父節點
當前提交
547f76cba4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/commands/gitCommands.ts

+ 1
- 1
src/commands/gitCommands.ts 查看文件

@ -22,7 +22,7 @@ import { SwitchGitCommand, SwitchGitCommandArgs } from './git/switch';
import { Container } from '../container';
import { configuration } from '../configuration';
const sanitizeLabel = /\$\(.+?\)|\W/g;
const sanitizeLabel = /\$\(.+?\)|\s/g;
export type GitCommandsCommandArgs =
| CherryPickGitCommandArgs

Loading…
取消
儲存