mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
test: fix typos (#247259)
Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
This commit is contained in:
@@ -151,7 +151,7 @@ const testModules = (async function () {
|
||||
modules.push(file.replace(/\.js$/, ''));
|
||||
|
||||
} else if (!isDefaultModules) {
|
||||
console.warn(`DROPPONG ${file} because it cannot be run inside a browser`);
|
||||
console.warn(`DROPPING ${file} because it cannot be run inside a browser`);
|
||||
}
|
||||
}
|
||||
return modules;
|
||||
|
||||
Reference in New Issue
Block a user