Update main.js

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-01-04 15:31:39 +01:00 committed by GitHub
parent 47be320ec5
commit 007d0c626d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,7 @@ document.getElementById("result").value = txt;
+ ' });\n' + ' });\n'
+ ' },\n' + ' },\n'
+ ' down: (_queryInterface: QueryInterface) => {\n' + ' down: (_queryInterface: QueryInterface) => {\n'
+ ' throw new Error("there is no going back");\n + ' throw new Error("there is no going back");\n'
+ ' }\n' + ' }\n'
+ '}' + '}'