mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Delete old builder
This commit is contained in:
parent
1bd7b58df2
commit
ff28ceb51d
@ -1,17 +0,0 @@
|
||||
|
||||
class ProjectBuilder
|
||||
{
|
||||
constructor(source, silent = false)
|
||||
{
|
||||
this.source = source;
|
||||
this.silent = silent;
|
||||
console.info("[Bilibili Evolved] Project builder started.");
|
||||
console.info(`Working directory: ${process.cwd()}`);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
(() =>
|
||||
{
|
||||
new ProjectBuilder();
|
||||
})();
|
||||
Loading…
Reference in New Issue
Block a user