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:
parent
91791a0a14
commit
66dc136fec
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user