We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35a08b commit 9296b33Copy full SHA for 9296b33
1 file changed
src/index.ts
@@ -112,8 +112,6 @@ const main = async (): Promise<void> => {
112
// * Installs dev dependencies
113
await installDevDependencies(applicationName, language);
114
115
- throw new Error("FAKE ERROR");
116
-
117
// * Copies template files and inserts `applicationName` into the files
118
await copyTemplateFiles(applicationName, language);
119
0 commit comments