From b414174ee6355e3f981a140052bbaae4427841f6 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 28 Jan 2023 00:04:43 -0500 Subject: [PATCH] Fix string literal in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1065abc..c837384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - `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 - - `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