From ca4b86387992bed460e7145abc34d7e80ecab651 Mon Sep 17 00:00:00 2001 From: Malix Date: Thu, 7 Mar 2024 06:46:14 +0100 Subject: [PATCH] fix: citation - use permalink (#903) Signed-off-by: Malix --- core/parcel-runtime/src/runtimes/script-runtime.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parcel-runtime/src/runtimes/script-runtime.ts b/core/parcel-runtime/src/runtimes/script-runtime.ts index e01b840d3..bf1f899a4 100644 --- a/core/parcel-runtime/src/runtimes/script-runtime.ts +++ b/core/parcel-runtime/src/runtimes/script-runtime.ts @@ -2,7 +2,7 @@ * Copyright (c) 2023 Plasmo Corp. (https://www.plasmo.com) and contributors * MIT License * - * Port refreshing code is based on https://github.com/crxjs/chrome-extension-tools/blob/main/packages/vite-plugin/src/client/es/hmr-client-worker.ts#L88 + * Port refreshing code is based on https://github.com/crxjs/chrome-extension-tools/blob/963e41149cdf327eaa338c643c58909e30d69651/packages/vite-plugin/src/client/es/hmr-client-worker.ts#L88 * MIT License * Copyright (c) 2019 jacksteamdev */