mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Fix string literal in changelog
This commit is contained in:
parent
242035cb5d
commit
b414174ee6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- `cwd` - The current working directory for the process
|
- `cwd` - The current working directory for the process
|
||||||
- `env` - Extra environment variables to give to the process
|
- `env` - Extra environment variables to give to the process
|
||||||
- `shell` - Whether to run in a shell or not - set to `true` to run using the default shell, or a string to run using a specific shell
|
- `shell` - Whether to run in a shell or not - set to `true` to run using the default shell, or a string to run using a specific shell
|
||||||
- `stdio` - How to treat output and error streams from the child process - set to "inherit" to pass output and error streams to the current process
|
- `stdio` - How to treat output and error streams from the child process - set to `"inherit"` to pass output and error streams to the current process
|
||||||
|
|
||||||
- Added `process.cwd`, the path to the current working directory in which the Lune script is running
|
- Added `process.cwd`, the path to the current working directory in which the Lune script is running
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue