Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit af2caa2

Browse files
committed
[cookie.chrome] fixes type.
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent f99ff3d commit af2caa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/cookie.chrome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var plugin = new Plugin(13, 'cookie.chrome', '2017.12.23',
1111
['keytar:darwin', 'sqlite3']);
1212

1313
plugin.help = function() {
14-
if (os.platform === 'linux') {
14+
if (process.platform === 'linux') {
1515
log.info('To complete the install: sudo apt install libsecret-tools');
1616
}
1717
};

0 commit comments

Comments
 (0)