chore: typo
This commit is contained in:
parent
14365c37a5
commit
114d0a75bd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (!existsSync(MANIFEST_FILENAME)) {
|
||||||
|
|
||||||
if (!isUpdatingManifest) {
|
if (!isUpdatingManifest) {
|
||||||
console.log(
|
console.log(
|
||||||
'❗ It looks like you ran PackWatch without a manifest. To prevent accidental passes in CI or hooks, packwatch will termine with an error. If you are running packwatch for the first time in your project, this is expected!',
|
'❗ It looks like you ran PackWatch without a manifest. To prevent accidental passes in CI or hooks, packwatch will terminate with an error. If you are running packwatch for the first time in your project, this is expected!',
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
// If the update flag wasn't specified, exit with a non-zero code so we
|
// If the update flag wasn't specified, exit with a non-zero code so we
|
||||||
|
|
Reference in a new issue