feat: remove the question mark in cli msg for people don't know regexp
This commit is contained in:
parent
6b5f0d3321
commit
f4d43443b9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const inquirer: typeof import('inquirer') = require('inquirer')
|
|||
const ora: typeof import('ora') = require('ora')
|
||||
const chalk: typeof import('chalk') = require('chalk')
|
||||
|
||||
const SCORE_URL_PREFIX = 'https://(s.)?musescore.com/'
|
||||
const SCORE_URL_PREFIX = 'https://(s.)musescore.com/'
|
||||
const SCORE_URL_REG = /https:\/\/(s\.)?musescore\.com\//
|
||||
const EXT = '.mscz'
|
||||
|
||||
|
|
Loading…
Reference in a new issue