From 12a51d12670c92f26ad51311d24ad59c1e343168 Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Sun, 17 Nov 2024 09:35:38 -0500 Subject: [PATCH] remove useless comment --- scripts/run.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/run.js b/scripts/run.js index e922088d..5781b9db 100644 --- a/scripts/run.js +++ b/scripts/run.js @@ -1,4 +1,3 @@ -// @biome-format import { spawn } from 'node:child_process' import fs from 'node:fs' import path from 'node:path'