Skip to content

Commit

Permalink
add error got wrong social name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Zaynetdinov committed Mar 21, 2022
1 parent 5b39796 commit 283a196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/OS/programms/socials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function openSocialLink(name: string, system: ISystem) {
break;

default:
system.addContent(['Unknown social name']);
system.addContent([`Unknown social name - ${name}`]);
break;
}
}
Expand Down

0 comments on commit 283a196

Please sign in to comment.