Skip to content

Commit

Permalink
Update packages/next/src/server/lib/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Arrowood <ethan@arrowood.dev>
  • Loading branch information
wyattjoh and Ethan-Arrowood committed Apr 25, 2024
1 parent 71fed54 commit 985298c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/src/server/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const parseNodeArgs = (args: string[]) => {
/**
* Tokenizes the arguments string into an array of strings, supporting quoted
* values and escaped characters.
* Converted from: https://github.com/nodejs/node/blob/c29d53c5cfc63c5a876084e788d70c9e87bed880/src/node_options.cc#L1401
*
* @param input The arguments string to be tokenized.
* @returns An array of strings with the tokenized arguments.
Expand Down

0 comments on commit 985298c

Please sign in to comment.