appending new text and cosole.log it

This commit is contained in:
Kfir Dayan 2023-09-11 16:34:27 +03:00
parent 9cfe515df8
commit 9988222528

View file

@ -8,6 +8,7 @@ function getFromDb(): User[] {
}
function sendError(error: string): void {
throw new Error(error);
// This is the new master
}