We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7e38e commit 4582eefCopy full SHA for 4582eef
extensions/include/util.mjs
@@ -200,7 +200,7 @@ export function openUrl(url) {
200
if (!successful) {
201
tiled.alert(`Failed to open URL in browser. Please copy and paste this URL directly into your browser:
202
203
-${url}.
+${url}
204
205
If that does not work for you, you can also copy the URL from the console instead.`);
206
tiled.log(url);
0 commit comments