-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat(): support printf-like formatting * fix(test): removed one code comment * fix(#24): Print stringified and colorized objects * refactor: requested changes done but except message destructuring * fix: message destructuring and changed const to let for assign args in message when message undefined * fix: lint error * refactor: simplify to a one-liner * fix: tslint error and changed let to const * fix: checked suffux and prefix exists or not by func * refactor
- Loading branch information
1 parent
b341834
commit 7b7ae98
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ yarn.lock | |
.vscode | ||
.idea | ||
*.swp | ||
*.swo | ||
*.swo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters