Skip to content

Commit 4f68f32

Browse files
add some lines
1 parent b0af0e0 commit 4f68f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Repl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const DEBOUNCE_DELAY = 500;
1212
class Repl extends Component {
1313
state = {
1414
optionsCode: terserOptions,
15-
code: '// write or paste code here',
15+
code: '// write or paste code here\n\n',
1616
minified: "// terser's ouput will be shown here",
1717
terserOptions: evalOptions(),
1818
rawSize: 0,

0 commit comments

Comments
 (0)