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

code clean

上级 07daf7fe
......@@ -41,7 +41,7 @@ coverage
.nyc_output
# Wechaty session file
*.wechaty.json
demo.wechaty.json
# Cloud 9
.c9/
......
......@@ -8,7 +8,7 @@
import { test } from 'ava'
import {
Config
Config
} from './config'
import { Puppet } from './puppet'
......
......@@ -33,7 +33,10 @@ export type CookieType = {
}
export class BrowserCookie {
constructor(private driver: BrowserDriver, private storeFile?: string) {
constructor(
private driver: BrowserDriver,
private storeFile?: string,
) {
log.verbose('PuppetWebBrowserCookie', 'constructor(%s, %s)'
, driver.constructor.name
, storeFile ? storeFile : ''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册