feat: remove the question mark in cli msg for people don't know regexp

This commit is contained in:
Xmader 2020-11-29 18:08:03 -05:00
parent 6b5f0d3321
commit f4d43443b9
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 1 additions and 1 deletions

View File

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