We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a32837 commit df4f503Copy full SHA for df4f503
packages/plugin-dts/src/index.ts
@@ -169,7 +169,7 @@ export const pluginDts = (options: PluginDtsOptions = {}): RsbuildPlugin => ({
169
if (!childProcess.killed) {
170
try {
171
childProcess.kill();
172
- // Temporary fix kill EPERM error on windows
+ // silent kill error, such as: kill EPERM error on windows
173
// https://github.com/nodejs/node/issues/51766
174
} catch (_err) {}
175
}
0 commit comments