summaryrefslogtreecommitdiff
path: root/src/boot/master.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-04-13 01:43:22 +0900
committerGitHub <noreply@github.com>2019-04-13 01:43:22 +0900
commit987168b863c52d0548050ffbac569782bb9a8cef (patch)
treec9aa2243dcdcbd044688d201a51c601574bff259 /src/boot/master.ts
parentFix bug (diff)
downloadmisskey-987168b863c52d0548050ffbac569782bb9a8cef.tar.gz
misskey-987168b863c52d0548050ffbac569782bb9a8cef.tar.bz2
misskey-987168b863c52d0548050ffbac569782bb9a8cef.zip
strictNullChecks (#4666)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
Diffstat (limited to 'src/boot/master.ts')
-rw-r--r--src/boot/master.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/master.ts b/src/boot/master.ts
index 2d4080fdb0..4d360c7265 100644
--- a/src/boot/master.ts
+++ b/src/boot/master.ts
@@ -44,7 +44,7 @@ function greet() {
export async function masterMain() {
greet();
- let config: Config;
+ let config!: Config;
try {
// initialize app