We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031a44b commit 1b41673Copy full SHA for 1b41673
debug_router_connector/src/utils/hdc.validator.ts
@@ -13,6 +13,8 @@ export async function getHdcInstance(hdcOption: any) {
13
const hdcVersion = await exeCmd("hdc --version");
14
defaultLogger.debug("You already have hdc tool installed");
15
defaultLogger.debug("hdc tool info :" + hdcVersion);
16
+ await exeCmd("hdc start");
17
+ defaultLogger.debug("hdc tool start success");
18
} catch (error) {
19
const message = (error as Error).message;
20
defaultLogger.debug(message);
0 commit comments