Skip to content

Commit 78d4d69

Browse files
authored
Update packages/plugin-dts/src/index.ts
1 parent df4f503 commit 78d4d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-dts/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const pluginDts = (options: PluginDtsOptions = {}): RsbuildPlugin => ({
169169
if (!childProcess.killed) {
170170
try {
171171
childProcess.kill();
172-
// silent kill error, such as: kill EPERM error on windows
172+
// mute kill error, such as: kill EPERM error on windows
173173
// https://github.com/nodejs/node/issues/51766
174174
} catch (_err) {}
175175
}

0 commit comments

Comments
 (0)