From 400c343653b5d942efd8c8cbb4a56c5d604a725a Mon Sep 17 00:00:00 2001 From: Huan LI Date: Sun, 8 Oct 2017 21:30:31 +0800 Subject: [PATCH] fix typing --- script/update-license.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/update-license.ts b/script/update-license.ts index f05bf9c4..c52fda7e 100755 --- a/script/update-license.ts +++ b/script/update-license.ts @@ -134,7 +134,7 @@ async function updateLicense(file: string): Promise { } async function glob(pattern): Promise { - return promisify(globCallback)(pattern) + return promisify(globCallback as any)(pattern) } async function main(): Promise { -- GitLab