Skip to content

Commit

Permalink
chore: fix wording
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Keil <me@matthewkeil.com>
  • Loading branch information
jeluard and matthewkeil committed Dec 7, 2023
1 parent bd8f83d commit d82d729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/test/unit/controller/level.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ describe("LevelDB controller", () => {
}
} catch {
/* eslint-disable no-console */
console.error("Cannot find correct gdu command");
console.error("Cannot find gdu command, falling back to du");
}
}
return "du";
Expand Down

0 comments on commit d82d729

Please sign in to comment.