mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Update main.js (#722)
This commit is contained in:
parent
3306ff2265
commit
0f1e86fab6
1 changed files with 5 additions and 0 deletions
5
main.js
5
main.js
|
|
@ -783,7 +783,12 @@ async function generate(options) {
|
|||
const parsedError = parseError(error);
|
||||
clearMainTip();
|
||||
|
||||
<<<<<<< HEAD
|
||||
alertMessage.innerHTML = /* html */ `An error has occurred on map generation. Please retry. <br />If error is critical, clear the stored data and try again.
|
||||
=======
|
||||
alertMessage.innerHTML = `An error has occurred on map generation. Please retry.
|
||||
<br>If error is critical, clear the stored data and try again.
|
||||
>>>>>>> ffb073fe (Update main.js (#722))
|
||||
<p id="errorBox">${parsedError}</p>`;
|
||||
$("#alert").dialog({
|
||||
resizable: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue