Skip to content

Commit ca48d97

Browse files
committed
Add comment explaining the reason for a variable
1 parent edae27b commit ca48d97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/basic-javascript/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import 'dotenv/config'
22
import { app, BrowserWindow } from 'electron'
33
import { Sandbox } from '@e2b/desktop'
44

5+
// Additional px to take into the account the window border at the top
56
const windowFrameHeight = 29
67

78
app.on('window-all-closed', () => {

0 commit comments

Comments
 (0)