You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.stderr(colorize(db.data,{format: Format.FQL, color }));
112
+
logger.stderr(colorize(db.data,{language: Language.FQL, color }));
113
113
}catch(e){
114
114
if(einstanceofAbortError){
115
115
thrownewCommandError(
116
116
`${chalk.red(`[CreateDatabase] Database '${argv.database}' already exists but with differrent properties than requested:\n`)}
117
117
-----------------
118
-
${colorize(e.abort,{format: Format.FQL, color })}
118
+
${colorize(e.abort,{language: Language.FQL, color })}
119
119
-----------------
120
120
${chalk.red("Please use choose a different name using --name or align the --typechecked, --priority, and --protected with what is currently present.")}`,
0 commit comments