1
0
Mirror von https://github.com/SonarSource/sonarqube.git synchronisiert 2024-08-11 02:11:19 +02:00

fix path helper

Dieser Commit ist enthalten in:
Stas Vilchik 2016-01-07 09:32:28 +01:00
Ursprung a86c930b9b
Commit 645cbc1688

Datei anzeigen

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