Skip to content

Commit

Permalink
update: demo-maker生成的项目默认打印ProcDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Dec 29, 2017
1 parent b91a030 commit 3db9bad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void init() {
public void depose() {}

public static void main(String[] args) throws Exception {
new NbApp().run();
new NbApp().setArgs(args).setPrintProcDoc(true).run();
}

}

0 comments on commit 3db9bad

Please sign in to comment.