Skip to content

Commit

Permalink
Update provisionCloudSql.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed May 10, 2024
1 parent c890924 commit fb500e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dataconnect/provisionCloudSql.ts
Expand Up @@ -34,8 +34,7 @@ export async function provisionCloudSql(args: {
"dataconnect",
`Instance ${instanceId} settings not compatible with Firebase Data Connect. ` +
`Updating instance. This may take a few minutes...` +
why +
"\n",
why,
);
await promiseWithSpinner(
() =>
Expand Down

0 comments on commit fb500e9

Please sign in to comment.