Skip to content

Commit

Permalink
[build] Fix build errors after update clipboardy to v.4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Oct 9, 2024
1 parent 6325c70 commit 2e71672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class OpenshiftTerminalWebviewView extends WebviewViewForm {
try {
await this.sendKeysToTerminal(copyKeys);
const cb = await import('clipboardy');
return await cb.read();
return await cb.default.read();
} catch {
return null;
}
Expand Down

0 comments on commit 2e71672

Please sign in to comment.