npm-flexjs: added missing new line in Adobe AIR install prompt
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/ed9b3ac4 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/ed9b3ac4 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/ed9b3ac4 Branch: refs/heads/develop Commit: ed9b3ac4a8a0e8187e9b36148459972b289b2185 Parents: 92b9d4c Author: Josh Tynjala <[email protected]> Authored: Tue May 30 10:21:08 2017 -0700 Committer: Josh Tynjala <[email protected]> Committed: Tue May 30 10:31:05 2017 -0700 ---------------------------------------------------------------------- npm-flexjs/dependencies/AdobeAIR.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/ed9b3ac4/npm-flexjs/dependencies/AdobeAIR.js ---------------------------------------------------------------------- diff --git a/npm-flexjs/dependencies/AdobeAIR.js b/npm-flexjs/dependencies/AdobeAIR.js index f2388e2..648adeb 100644 --- a/npm-flexjs/dependencies/AdobeAIR.js +++ b/npm-flexjs/dependencies/AdobeAIR.js @@ -39,7 +39,7 @@ The Adobe AIR SDK is subject to and governed by the\n\ Adobe AIR SDK License Agreement specified here:\n\ http://www.adobe.com/products/air/sdk-eula.html.\n\ This license is not compatible with the Apache v2 license.\n\ -Do you want to download and install the Adobe AIR SDK?\ +Do you want to download and install the Adobe AIR SDK?\n\ This is a required component (y/n)"; function promptForAdobeAIR()
