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

fix(promisify) use generic typing

上级 8a327162
......@@ -3,7 +3,7 @@
const LICENSE = `/**
* Wechaty - https://github.com/chatie/wechaty
*
* Copyright 2016-2017 Huan LI <zixia@zixia.net>
* @copyright 2016-2017 Huan LI <zixia@zixia.net>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -134,7 +134,7 @@ async function updateLicense(file: string): Promise<void> {
}
async function glob(pattern): Promise<string[]> {
return promisify(globCallback)(pattern)
return promisify<string, string[]>(globCallback)(pattern)
}
async function main(): Promise<void> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册