From 8e340dc0e41022138cbfe429c65f2e713dbebc48 Mon Sep 17 00:00:00 2001 From: moond4rk Date: Sun, 20 Dec 2020 15:24:59 +0800 Subject: [PATCH] feat: support custom profile path --- core/browser.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/browser.go b/core/browser.go index 57caf60..d60ab30 100644 --- a/core/browser.go +++ b/core/browser.go @@ -50,10 +50,10 @@ const ( ) var ( - errItemNotSupported = errors.New(`item not supported, default is "all", choose from history|password|bookmark|cookie`) - errBrowserNotSupported = errors.New("browser not supported") - errChromeSecretIsEmpty = errors.New("chrome secret is empty") - errDbusSecretIsEmpty = errors.New("dbus secret key is empty") + errItemNotSupported = errors.New(`item not supported, default is "all", choose from history|password|bookmark|cookie`) + errBrowserNotSupported = errors.New("browser not supported") + errChromeSecretIsEmpty = errors.New("chrome secret is empty") + errDbusSecretIsEmpty = errors.New("dbus secret key is empty") ) var (