1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-18 07:31:33 +03:00
This commit is contained in:
Eugene Pankov 2017-05-13 11:19:06 +02:00
parent 2377a8c522
commit 6cb5351460

View File

@ -20,7 +20,7 @@ export class URLHandler extends LinkHandler {
@Injectable()
export class FileHandler extends LinkHandler {
regex = '[~/][^\\s.,;\'"]+'
regex = '[~/][^\\s,;\'"]+'
constructor (private electron: ElectronService) {
super()