mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 10:13:52 +01:00
Fix indentation
This commit is contained in:
parent
7a6809f66c
commit
8e092939ce
@ -64,7 +64,7 @@ export function ParseCommand(command: string): (string | number | boolean)[] {
|
||||
lastQuote = c;
|
||||
// Otherwise if we're in a string argument, add the current character to it
|
||||
} else {
|
||||
arg += c;
|
||||
arg += c;
|
||||
}
|
||||
// If the current character is a space and we are not inside a string, parse the current argument
|
||||
// and start a new one
|
||||
|
Loading…
Reference in New Issue
Block a user