We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acac71 commit 0a16c5dCopy full SHA for 0a16c5d
starter_templates/javascript/app/main.js
@@ -9,7 +9,7 @@ if (command === ".dbinfo") {
9
const { buffer } = await databaseFileHandler.read({
10
length: 100,
11
position: 0,
12
- buffer: Buffer.alloc(100)
+ buffer: Buffer.alloc(100),
13
});
14
15
// You can use print statements as follows for debugging, they'll be visible when running tests.
0 commit comments