From 86aff854c75266c0b42d1b5c1130485a00fb1588 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 21 Jan 2025 13:32:19 +0000 Subject: [PATCH] chore: lint --- debug/plugins/timings-babel.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/debug/plugins/timings-babel.mjs b/debug/plugins/timings-babel.mjs index 59e76b78e6..80bf514589 100644 --- a/debug/plugins/timings-babel.mjs +++ b/debug/plugins/timings-babel.mjs @@ -49,7 +49,6 @@ function captureStackTrace () { return trace } - export const leading = ` import { writeFileSync as ____writeFileSync } from 'node:fs' const ___captureStackTrace = ${captureStackTrace.toString()};