2
0
Эх сурвалжийг харах

Merge pull request #172 from okonomi/module-bluebird-cannot-found-fix

Fixed "Error: Can not find module 'bluebird'"
Sotaro KARASAWA 9 жил өмнө
parent
commit
b50cd013f0

+ 0 - 1
local_modules/crowi-fileupload-local/index.js

@@ -7,7 +7,6 @@ module.exports = function(crowi) {
     , fs = require('fs')
     , path = require('path')
     , mkdir = require('mkdirp')
-    , Promise = require('bluebird')
     , Config = crowi.model('Config')
     , config = crowi.getConfig()
     , lib = {}