Get Sonar Running on Windows
Summary: Small tweaks so that Sonar can be started easily on windows. Reviewed By: danielbuechele Differential Revision: D8769592 fbshipit-source-id: 084dd50e5600a7e2e9c5544e3e79a18614933fdc
This commit is contained in:
committed by
Facebook Github Bot
parent
9f95698492
commit
a223edafaa
@@ -171,7 +171,7 @@ export default class CertificateProvider {
|
||||
),
|
||||
);
|
||||
}
|
||||
if (os === 'iOS') {
|
||||
if (os === 'iOS' || os === 'windows') {
|
||||
fs.writeFileSync(destination + filename, contents);
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user