This commit is contained in:
Guillermo Rauch 2016-07-07 20:03:38 -07:00
parent 9aff04acf3
commit ffe419f26f
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
/* eslint no-new:false */
import React from 'react';
import { ipcRenderer, remote } from 'electron';

View file

@ -148,7 +148,7 @@ export default class Term extends Component {
url = match[7];
} else {
match = data.match(fishRegex);
if (match){
if (match) {
url = match[4];
}
}