Skip to content

Commit

Permalink
Fix app-manager compile error on *ix
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqiushi committed Apr 21, 2023
1 parent f8fda6b commit 485b0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/app-manager/src/dapp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,10 @@ impl DApp {
// 就算执行不成功,也可以让开发者打包的时候就设置好,这里不成功不算错
let _ = self.run_cmd(
&cmd,
&self.work_dir,
false,
None,
0,
None
);
}
}
Expand Down

0 comments on commit 485b0c1

Please sign in to comment.