Commit 289e2b963a347334257941e06e41e9ff7b7638fd

Authored by Fernando Brito
1 parent e91e1765
Exists in master and in 1 other branch devel

[Bug] Adiciona dependência de parameters em files.js

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
helpers/files.js
1   -var fs = require('fs');
  1 +var parameters = require('../helpers/parameters');
  2 +
2 3 var http = require('http');
  4 +var fs = require('fs');
3 5  
4 6 /*
5 7 * Função que processa o vídeo (seja baixando, seja pegando o vídeo enviado)
... ...