Skip to content

Commit

Permalink
quick fix for main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
conmaster2112 committed Oct 4, 2024
1 parent 0d04873 commit a3e8018
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 302 deletions.
3 changes: 2 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"resolveJsonModule": true,
"strict": true,
"moduleResolution": "node",
}
},
"exclude": ["bin/**/*"]
}
39 changes: 0 additions & 39 deletions src/flags/ts-declarations/test.js

This file was deleted.

258 changes: 0 additions & 258 deletions src/generate_types.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { writeFile } from "node:fs/promises";
import { SaveWorkspaceContent } from "./content_saver.js";
import { resolve } from "node:path";
import { GENERATOR_FLAGS } from "./flags/index.js";
import { MainEntry } from "./flags/ts-declarations/test.js";
let performanceTime = Date.now();
// Calling Main EntryPont
Main()
Expand All @@ -23,9 +22,6 @@ Main()
* @returns {Promise<number>}
*/
async function Main(){

await MainEntry();
return 0;
// Fetch Current BDS Versions
const versions = await FetchBDSVersions().catch(console.error);
if(!versions) {
Expand Down

0 comments on commit a3e8018

Please sign in to comment.