Skip to content

Commit 1dbe5fa

Browse files
mark cli internal option as internal
1 parent 00e5333 commit 1dbe5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const LOG_LEVELS = {
3636
'ERROR': 2
3737
} as const;
3838

39-
export const INTERNAL_OPTIONS = ['_DO_NOT_USE_deleteDBAfterStopped', '_DO_NOT_USE_dbPath', '_DO_NOT_USE_binaryDirectoryPath', '_DO_NOT_USE_beforeSignalCleanup', '_DO_NOT_USE_afterSignalCleanup'] as const;
39+
export const INTERNAL_OPTIONS = ['_DO_NOT_USE_deleteDBAfterStopped', '_DO_NOT_USE_dbPath', '_DO_NOT_USE_binaryDirectoryPath', '_DO_NOT_USE_cli'] as const;
4040

4141
const allowedArches = ['x64', 'arm64', undefined]
4242
export const OPTION_TYPE_CHECKS: OptionTypeChecks = {

0 commit comments

Comments
 (0)