Unverified Commit fff538d7 authored by jzone's avatar jzone Committed by GitHub
Browse files

feat(react-dev-uitlls): export guessEditor in launchEditor.js

1 merge request!12427feat(react-dev-uitlls): export guessEditor in launchEditor.js #12426
Showing with 1 addition and 1 deletion
+1 -1
......@@ -194,7 +194,7 @@ function getArgumentsForLineNumber(
return [fileName];
}
function guessEditor() {
export function guessEditor() {
// Explicit config always wins
if (process.env.REACT_EDITOR) {
return shellQuote.parse(process.env.REACT_EDITOR);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment