mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 12:57:06 +02:00
Fix tons of typos
This commit is contained in:
@@ -197,7 +197,7 @@ export async function determineAllPossibilitiesForTabCompletion(
|
||||
if (evaledParentDirPath === "/") {
|
||||
evaledParentDirPath = null;
|
||||
} else if (evaledParentDirPath == null) {
|
||||
// do nothing for some reason tests dont like this?
|
||||
// do nothing for some reason tests don't like this?
|
||||
// return allPos; // Invalid path
|
||||
} else {
|
||||
evaledParentDirPath += "/";
|
||||
|
||||
Reference in New Issue
Block a user