From c876cbedc4a8f01e7b812b7269796514af4468b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 17 Jan 2026 09:28:51 +0100 Subject: [PATCH] Remove accidental report import --- index.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/index.mjs b/index.mjs index 32d2886..3f22a9b 100644 --- a/index.mjs +++ b/index.mjs @@ -1,5 +1,4 @@ import { createServer } from 'node:http'; -import { report } from 'node:process'; import { setTimeout } from 'node:timers'; const msg = 'Relax, take it easy! For there is nothing that we can do.';