appending new text and cosole.log it
This commit is contained in:
parent
9cfe515df8
commit
9988222528
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ function getFromDb(): User[] {
|
||||||
}
|
}
|
||||||
function sendError(error: string): void {
|
function sendError(error: string): void {
|
||||||
throw new Error(error);
|
throw new Error(error);
|
||||||
|
// This is the new master
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue