From 962377bd7e76e3929a85f50dae821d40002aeea9 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 4 Mar 2022 21:48:38 +0000 Subject: bug fixes and polish --- svelte.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'svelte.config.js') diff --git a/svelte.config.js b/svelte.config.js index e20034a..9a4a558 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -14,6 +14,7 @@ function fetch(url) { }) res.on('end', () => { + console.log(data) resolve(data) }) }) -- cgit