diff options
Diffstat (limited to 'app/core/files/local.js')
-rw-r--r-- | app/core/files/local.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/core/files/local.js b/app/core/files/local.js index 9cc494d..bedc530 100644 --- a/app/core/files/local.js +++ b/app/core/files/local.js @@ -1,3 +1,5 @@ +'use strict'; + var fs = require('fs'), path = require('path'); |