Skip to content

Commit df4f503

Browse files
committed
fix: update
1 parent 3a32837 commit df4f503

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-
// Temporary fix kill EPERM error on windows
172+
// silent 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)