mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Explicitly pass process argument in CLI.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
const { CliRunner } = require('..');
|
||||
new CliRunner().run();
|
||||
new CliRunner(process).run();
|
||||
|
||||
Reference in New Issue
Block a user