Skip to content

Commit

Permalink
firefox fix, #36
Browse files Browse the repository at this point in the history
commit 49c2cc213aa73dce89ab9021bd5d09bca0e783b6
Author: Devon Govett <devongovett@gmail.com>
Date:   Wed Dec 6 20:35:19 2017 -0800

    cleanup

commit 091177ff471e68703449fa608ab72123c9565ea6
Merge: dbba6ef 1afb09f
Author: Devon Govett <devongovett@gmail.com>
Date:   Wed Dec 6 20:33:22 2017 -0800

    Merge branch 'master' of https://github.com/DeMoorJasper/parcel into DeMoorJasper-master

commit 1afb09f
Merge: eb70efb 90f69ff
Author: Jasper De Moor <jdemo@live.be>
Date:   Wed Dec 6 21:20:57 2017 +0100

    Merge branch 'master' into master

commit eb70efb
Merge: 2d81326 90f69ff
Author: Jasper De Moor <jdemo@live.be>
Date:   Wed Dec 6 21:20:26 2017 +0100

    Merge branch 'master' into master

commit 2d81326
Author: Jasper De Moor <jasperdemoor@gmail.com>
Date:   Wed Dec 6 20:43:54 2017 +0100

    firefox fix, #36

commit 1f5ed9f
Author: Jasper De Moor <jasperdemoor@gmail.com>
Date:   Wed Dec 6 17:02:42 2017 +0100

    Tiny gitignore cleanup
  • Loading branch information
devongovett committed Dec 7, 2017
1 parent dbba6ef commit 90a5373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/bundle-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function getBundleURL() {
try {
throw new Error;
} catch (err) {
var matches = ('' + err.stack).match(/(https?|file|ftp):\/\/[^\)]+/g);
var matches = ('' + err.stack).match(/(https?|file|ftp):\/\/[^\)\n]+/g);
if (matches) {
return getBaseURL(matches[0]);
}
Expand Down

0 comments on commit 90a5373

Please sign in to comment.