1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Add comments

This commit is contained in:
asmsuechan
2017-02-21 23:48:23 +09:00
parent 928df018dc
commit 65573bd4db

View File

@@ -3,6 +3,12 @@ const path = require('path')
const _ = require('lodash')
const sander = require('sander')
/**
* @description To copy an image and return the path.
* @param {String} filePath
* @param {String} storageKey
* @return {String} an image path
*/
function copyImage (filePath, storageKey) {
const targetStorage = (() => {
try {