This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
bitwarden-dmenu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Disabled clearing clipboard for stdout output
master
AGitBoy
6 years ago
parent
19bcb77b7f
commit
63c45c7ad1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/schedule-cleanup.js
+ 1
- 1
src/schedule-cleanup.js
View File
@ -27,8 +27,8 @@ module.exports = ({ lockBitwardenAfter, clearClipboardAfter, sessionFile, stdout
}
}
)
,
timeout
(
clearClipboardAfter
*
1000
)
.
then
(
(
)
=>
{
clipboardy
.
writeSync
(
''
)
if
(
!
stdout
)
{
clipboardy
.
writeSync
(
''
)
console
.
info
(
'clipboard is cleared.'
)
}
}
)
Write
Preview
Loading…
Cancel
Save