Skip to content

Instantly share code, notes, and snippets.

View Urunov's full-sized avatar
🏆
Focusing

Hamdamboy Urunov

🏆
Focusing
View GitHub Profile
@dbrgn
dbrgn / in.ts
Last active September 7, 2021 07:58
TypeScript + async / await + throw
async function foo() {
await sleep(1000);
console.log(1);
await sleep(1000);
console.log(2);
console.log("throwing now");
if (1 == 1) {
throw "oh shitshit";
}
await sleep(1000);

Install MySQL

See what formula are available.

brew search mysql
==> Formulae