Skip to content

Commit d9abf88

Browse files
committed
Update 10_globals.js
1 parent c75de77 commit d9abf88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/src/renderer/10_globals.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const statusbox = document.getElementById("statusbox");
2323
try {
2424
require("./modules/empty");
2525
} catch (err) {
26-
statusbox.innerHTML = `Running Nibbler in a normal browser doesn't work. For the full app, see the
26+
statusbox.innerHTML = `
27+
Running Nibbler in a normal browser doesn't work. For the full app, see the
2728
<a href="https://github.com/rooklift/nibbler/releases">Releases section</a> of the repo.<br><br>
2829
2930
It has also been observed not to work if your path contains a % character.`;

0 commit comments

Comments
 (0)