Skip to content

Commit 67b6153

Browse files
feat: rollback to previous options spread on resolveConfig
1 parent 1e0d245 commit 67b6153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mssql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ async function resolveConfig (opts, cfgFile) {
6262
...config,
6363
...cfg,
6464
options: {
65-
...cfg.options,
6665
...(config.options || {}),
66+
...cfg.options,
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)