mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
7c19d4e5c5
Differential Revision: https://phabricator.services.mozilla.com/D37752 --HG-- extra : moz-landing-system : lando
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
function getNotSupportedFile(name) {
|
|
return name + ".bad";
|
|
}
|