Skip to content

Commit 2bf6db2

Browse files
committed
chore: wip
1 parent e2a81fa commit 2bf6db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.stacks/core/pages/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function generateSettings() {
1010
'',
1111
(err) => {
1212
if (err) throw err;
13-
console.log(`${page}.vue was appended successfully!`);
13+
console.log(`${page}.vue was generated successfully!`);
1414
}
1515
);
1616
});
@@ -23,7 +23,7 @@ function generateOnboarding() {
2323
'',
2424
(err) => {
2525
if (err) throw err;
26-
console.log(`${page}.vue was appended successfully!`);
26+
console.log(`${page}.vue was generated successfully!`);
2727
}
2828
);
2929
})

0 commit comments

Comments
 (0)