提交 400c3436 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix typing

上级 a8e4c1e4
......@@ -134,7 +134,7 @@ async function updateLicense(file: string): Promise<void> {
}
async function glob(pattern): Promise<string[]> {
return promisify<string, string[]>(globCallback)(pattern)
return promisify<string, string[]>(globCallback as any)(pattern)
}
async function main(): Promise<void> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册