Archived
Fix config path (#7220)
This commit is contained in:
@@ -87,7 +87,7 @@ const formatStagedFiles = () => {
|
||||
};
|
||||
|
||||
function installService() {
|
||||
let config = require('../extensions/mssql/src/config.json');
|
||||
let config = require('../extensions/mssql/config.json');
|
||||
return platformInfo.getCurrent().then(p => {
|
||||
let runtime = p.runtimeId;
|
||||
// fix path since it won't be correct
|
||||
|
||||
Reference in New Issue
Block a user