1
0
şunun yansıması https://github.com/SonarSource/sonarqube.git eşitlendi 2024-08-11 02:11:19 +02:00

fix path helper

Bu işleme şunda yer alıyor:
Stas Vilchik 2016-01-07 09:32:28 +01:00
ebeveyn a86c930b9b
işleme 645cbc1688

Dosyayı Görüntüle

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