X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cli%2Factions.js;h=ab982a7a14418d6ea977ae5f84d1ddba6b6ec889;hb=383e8f0cc7feff1275f54b3df28dcc47be6850cd;hp=70803b22e7ecb355b60c24f4b79ed18fffacbaad;hpb=d904812f219c0fa82837b66b18271e5f34e4fe32;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/cli/actions.js b/cli/actions.js index 70803b2..ab982a7 100644 --- a/cli/actions.js +++ b/cli/actions.js @@ -114,6 +114,8 @@ function put(filePath, otherFilePaths, options) { if (result.statusCode !== 201) return callback(new Error('Error uploading file: ' + result.statusCode)); console.log('Uploaded to ' + config.server() + destinationPath); + + callback(null); }); }, function (error) { if (error) {