diff --git a/lib/connection/statement.js b/lib/connection/statement.js index a27d5b1d3..45b114a06 100644 --- a/lib/connection/statement.js +++ b/lib/connection/statement.js @@ -386,7 +386,7 @@ function createContextPreExec( statementContext.cwd = statementOptions.cwd; } - // if the describeOnly flag is specified, add it to the statement context + // if the describeOnly flag is specified, add it to the statement context test if (Util.exists(statementOptions.describeOnly)) { statementContext.describeOnly = statementOptions.describeOnly; }