Skip to content

Commit 34cf2b2

Browse files
committed
feat: better logs
1 parent db1213f commit 34cf2b2

File tree

1 file changed

+2
-2
lines changed
  • packages/react-native-builder-bob/src/targets

1 file changed

+2
-2
lines changed

packages/react-native-builder-bob/src/targets/custom.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ export default async function customTarget({ options, root, report }: Options) {
4949
stdio: ['ignore', 'ignore', 'inherit'],
5050
});
5151
} catch (e) {
52-
report.error(`Couldn't run ${kleur.blue(options.script)} script`);
52+
report.error(`Couldn't run the ${kleur.blue(options.script)} script`);
5353
process.exit(1);
5454
}
5555

56-
report.success(`Ran ${kleur.blue(options.script)} script succesfully`);
56+
report.success(`Ran the ${kleur.blue(options.script)} script succesfully`);
5757
}

0 commit comments

Comments
 (0)