Skip to content

Commit 9296b33

Browse files
author
alexlee-dev
committed
🔥 Remove fake error
1 parent b35a08b commit 9296b33

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ const main = async (): Promise<void> => {
112112
// * Installs dev dependencies
113113
await installDevDependencies(applicationName, language);
114114

115-
throw new Error("FAKE ERROR");
116-
117115
// * Copies template files and inserts `applicationName` into the files
118116
await copyTemplateFiles(applicationName, language);
119117

0 commit comments

Comments
 (0)