Shorten comment which was too long.

This commit is contained in:
Smith, Greg W 2016-09-06 16:57:34 -07:00
parent 810d52ece5
commit 049aec6bc0

View File

@ -767,7 +767,7 @@ describe('PluginManager', () => {
const serverlessInstance = new Serverless();
serverlessInstance.init();
// Cannot rely on shebang in severless.js to invoke script using NodeJS on Windows. Add 'node' to command.
// Cannot rely on shebang in severless.js to invoke script using NodeJS on Windows.
const execPrefix = os.platform() === 'win32' ? 'node ' : '';
const serverlessExec = execPrefix + path.join(serverlessInstance.config.serverlessPath,
'..', 'bin', 'serverless');