diff --git a/index.js b/index.js index 389b2c6..4d90104 100644 --- a/index.js +++ b/index.js @@ -94,7 +94,7 @@ async function dep() { break } } - if (url === null) { + if (url === 'undefined') { console.error(`The version "${version}"" does not exist in the "https://deployer.org/manifest.json" file."`) } else { console.log(`Downloading "${url}".`)