mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01:00
indenting in frontend.bundle.js
This commit is contained in:
parent
91cc82d570
commit
5dd5743871
@ -1,14 +1,14 @@
|
|||||||
class FakeFile extends Blob {
|
class FakeFile extends Blob {
|
||||||
constructor(name, data, opt) {
|
constructor(name, data, opt) {
|
||||||
super(data, opt);
|
super(data, opt);
|
||||||
this.name = name;
|
this.name = name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.Raven = {
|
window.Raven = {
|
||||||
captureException: function(err) {
|
captureException: function(err) {
|
||||||
console.error(err, err.stack);
|
console.error(err, err.stack);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.FakeFile = FakeFile;
|
window.FakeFile = FakeFile;
|
||||||
|
Loading…
Reference in New Issue
Block a user