diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2016-12-29 21:00:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2016-12-29 21:00:22 +0900 |
| commit | 1a6d9e7cc101749bb562e662e61e0b2b24ef1e9b (patch) | |
| tree | 15650f20ae220ea3d6dc17b759cd66ae2325e5d7 /src | |
| parent | Fix wrong message (diff) | |
| download | sharkey-1a6d9e7cc101749bb562e662e61e0b2b24ef1e9b.tar.gz sharkey-1a6d9e7cc101749bb562e662e61e0b2b24ef1e9b.tar.bz2 sharkey-1a6d9e7cc101749bb562e662e61e0b2b24ef1e9b.zip | |
Fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index d03eab7249..0e5a49c785 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /** - * Misskey Core Entory Point! + * Misskey Entory Point! */ Error.stackTraceLimit = Infinity; |