Skip to content

Commit 41f7abc

Browse files
committed
update tmpl
1 parent 56cd7dd commit 41f7abc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/generator-reshow/generators/app/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ module.exports = class extends YoGenerator {
6161

6262
async end() {
6363
if (!this.options?.skipInstall) {
64-
const { say } = YoHelper(this);
64+
const { say, onExit } = YoHelper(this);
6565
await this.spawnCommand("./compile.sh", ["s", "open"]);
66-
say("Check the web browser, it should autoload now.");
66+
sonExit(() => ay("Check the web browser, it should autoload now."));
6767
}
6868
}
6969
};

packages/generator-reshow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-reshow",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Yeoman generator for reshow. (app, generator, ...etc)",
55
"author": "Hill <hill@kimo.com>",
66
"repository": {

0 commit comments

Comments
 (0)