refactor: remove unused parameter in _main method invocation (#28203)
PR Close #28203
This commit is contained in:
parent
cf310ba1fa
commit
5877b3f702
@ -9,7 +9,7 @@ const SRC_DIR = resolve(__dirname, '../src');
|
||||
const DIST_DIR = resolve(__dirname, '../dist');
|
||||
|
||||
// Run
|
||||
_main(process.argv.slice(2));
|
||||
_main();
|
||||
|
||||
// Functions - Definitions
|
||||
function _main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user