Skip to content

Commit 38bc645

Browse files
committed
Update license error
1 parent bf4bd34 commit 38bc645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/product-list/product-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class ProductListComponent {
5555

5656
this.toggleDivVisibility();
5757
} catch (error) {
58-
throw (error);
58+
alert(error);
5959
}
6060

6161
}

0 commit comments

Comments
 (0)