1
0
espelhamento de https://github.com/SonarSource/sonarqube.git sincronizado 2024-08-11 02:11:19 +02:00

fix path helper

Esse commit está contido em:
Stas Vilchik 2016-01-07 09:32:28 +01:00
commit 645cbc1688

Ver arquivo

@ -20,5 +20,5 @@
import { fileFromPath } from '../path';
module.exports = function (path) {
return window.fileFromPath(path);
return fileFromPath(path);
};