Skip to content

Instantly share code, notes, and snippets.

View Potato22's full-sized avatar

Potto Potato22

View GitHub Profile
@Potato22
Potato22 / index.js
Created May 21, 2024 20:31
pottob2worker
// src/backblaze.ts
var B2Error = class extends Error {
details;
constructor(message, response) {
super(message);
this.details = response.message;
}
toString() {
return `${this.message}: ${this.details}`;
}
<!DOCTYPE html>
<html>
<head>
<style>
.biggercontainer {
display: block;
margin-left: 46.9%;
margin-top: 18.9%;
position: absolute;
background-color: #c9c9c9;