We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef74ec3 commit 55a5504Copy full SHA for 55a5504
test/run-test.js
@@ -57,4 +57,7 @@ const execOpts = { cwd: inputDir, stderr: 'inherit' };
57
58
console.log('codemod ran successfully! 🎉');
59
process.exit(0);
60
-})();
+})().catch((e) => {
61
+ console.error(e);
62
+ process.exit(1);
63
+});
0 commit comments