Skip to content

Commit

Permalink
Revert "break a test to see what happens"
Browse files Browse the repository at this point in the history
This reverts commit a482a3e.
  • Loading branch information
inkfarer committed Apr 2, 2024
1 parent a482a3e commit 48fd6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/nodecgService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function getNodecgStatus (directory: string): Promise<{ status: Ins
if (dir.length < 1) {
return {
status: InstallStatus.READY_TO_INSTALL,
message: 'Directory is empty. Ready to install...?'
message: 'Directory is empty. Ready to install...'
}
} else {
const packageFile = dir.find(entry => entry.name === 'package.json')
Expand Down

0 comments on commit 48fd6f8

Please sign in to comment.