Skip to content

Commit

Permalink
add some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosantoscode committed Nov 15, 2020
1 parent b0af0e0 commit 4f68f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const DEBOUNCE_DELAY = 500;
class Repl extends Component {
state = {
optionsCode: terserOptions,
code: '// write or paste code here',
code: '// write or paste code here\n\n',
minified: "// terser's ouput will be shown here",
terserOptions: evalOptions(),
rawSize: 0,
Expand Down

0 comments on commit 4f68f32

Please sign in to comment.