Skip to content
Snippets Groups Projects

Resolve "When the branch name is a divider or separator, the project home page cannot display the branch name correctly."

2 unresolved threads
Compare and Show latest version
3 files
+ 2
64
Compare changes
  • Side-by-side
  • Inline
Files
3
/* eslint-disable no-param-reassign, import/prefer-default-export */
/* eslint-disable no-param-reassign, import/prefer-default-export */
/* eslint complexity: [ "error", 3 ] */
const specialProcessors = new Map([
const specialProcessors = new Map([
[
[
'divider',
'divider',
Loading