From 3e2344fddc10de0ace1eb7c8dcdf8b9cd0def57c Mon Sep 17 00:00:00 2001 From: Tobias Baunbaek Date: Thu, 1 Feb 2024 14:06:14 +0100 Subject: [PATCH] lol fix --- lib/devtools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/devtools.js b/lib/devtools.js index e4f6d30..07ec20f 100644 --- a/lib/devtools.js +++ b/lib/devtools.js @@ -211,7 +211,7 @@ customElements.define('developer-tooling', class extends HTMLElement { } if (this.port) { - this.root.querySelector('#server-location').textContent = `location:${this.port}` + this.root.querySelector('#server-location').textContent = `localhost:${this.port}` this.root.querySelector('#server-message').classList.remove('hidden') } }