Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Oct 25, 2024
1 parent baeb56c commit 67aa60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-pixi-vn",
"description": "Create a new Pixi’VN project",
"version": "0.2.6",
"version": "0.2.7",
"type": "module",
"license": "GPL-3.0",
"author": "DRincs-Productions",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ async function init() {
}
try {
const resolved = await which(ide)
console.log(`\nOpening in ${ide}... Folter: ${root}`)
spawn(resolved, [root], { detached: true })
} catch (error) {
console.error(
Expand Down

0 comments on commit 67aa60a

Please sign in to comment.