clarify comment: appName was previously interpolated raw (pre-fix behavior)

This commit is contained in:
detail-app[bot] 2026-09-04 02:57:41 +00:00
parent f593f4f0fe
commit d53ed79d1a

View File

@ -12,7 +12,7 @@ import {
import { quote } from "shell-quote";
import { beforeEach, describe, expect, it, vi } from "vitest";
// The libsql `appName` is later interpolated raw into shell commands in
// The libsql `appName` was previously interpolated raw into shell commands in
// packages/server/src/utils/docker/utils.ts (stopService/startService/
// removeService and their *Remote variants) and packages/server/src/
// services/docker.ts (the two `--filter` find commands in getContainerLogs).