Skip to content

Commit 77b2209

Browse files
committed
fixup: changed spelling in mongodb-log-writer@2
1 parent 24ddbe8 commit 77b2209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass/src/main/logging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async function setupLogging(compassApp: typeof CompassApplication) {
168168
return app.getPath('userData');
169169
});
170170

171-
await manager.cleanupOldLogfiles();
171+
await manager.cleanupOldLogFiles();
172172

173173
return writer;
174174
} catch (err) {

0 commit comments

Comments
 (0)