Fix a typo.
This commit is contained in:
parent
0f88c0111f
commit
5f057318b6
3 changed files with 3 additions and 3 deletions
|
|
@ -192,7 +192,7 @@ export async function setupCodeQL(): Promise<CodeQL> {
|
|||
if (process.platform === 'win32') {
|
||||
codeqlCmd += ".exe";
|
||||
} else if (process.platform !== 'linux' && process.platform !== 'darwin') {
|
||||
throw new Error("Unsupported plaform: " + process.platform);
|
||||
throw new Error("Unsupported platform: " + process.platform);
|
||||
}
|
||||
|
||||
cachedCodeQL = getCodeQLForCmd(codeqlCmd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue