Skip to content

Commit 51a2b22

Browse files
committed
Add newlines after intro message
So that the cursor is positioned correctly. Signed-off-by: Felipe Contreras <[email protected]>
1 parent 9435f87 commit 51a2b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const wait = 100;
22

3-
const intro = '# Type math.js expressions here, like 2 + 2, det([1, 2; 3, 4]), 3600 J to Wh, or help("det")';
3+
const intro = '# Type math.js expressions here, like 2 + 2, det([1, 2; 3, 4]), 3600 J to Wh, or help("det")\n\n\n';
44

55
function showDoc(doc) {
66
if (!doc) {

0 commit comments

Comments
 (0)