mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
indenting in frontend.bundle.js
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user