Skip to content

Commit b92457b

Browse files
committed
Added even more debug output
1 parent e3bf665 commit b92457b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ export default class {
174174
getTsdConfigPath(compilation, configBase, tsdModulePath, this.options, tempDir),
175175
])
176176

177+
debug(`JSDoc HTML command: "${process.execPath}" "${jsdocPath}" --configure "${htmlConfigPath}"`)
178+
debug(`JSDoc TSD command: "${process.execPath}" "${jsdocPath}" --configure "${tsdConfigPath}"`)
179+
177180
const jsdocJobs = [htmlConfigPath, tsdConfigPath].map(configPath => getExecFile(process.execPath, [jsdocPath, "--configure", configPath], {
178181
timeout: 1000 * 120,
179182
}))

0 commit comments

Comments
 (0)